#4B8BBF

Color #4B8BBF Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4B8BBF

Tints of Steel Blue #4B8BBF

Color information

#4B8BBF (or 0x4B8BBF) is unknown color: approx Steel Blue. HEX triplet: 4B, 8B and BF. RGB value is (75,139,191). Sum of RGB (Red+Green+Blue) = 75+139+191=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B8BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BBF is #B47440. Grayscale: #7D7D7D. Windows color (decimal): -11826241 or 12553035. OLE color: 12553035.

HSL color Cylindrical-coordinate representation of color #4B8BBF: hue angle of 206.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B8BBF is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75139191-
CMYK0.610.2700.25
HSL206.9º47.54%52.16%-
HSV(B)206.9º60.73%74.9%-
XYZ21.5423.7252.73-
YUV125.79164.891.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 18.52%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 191 (75% from 255) = 47.16%
R=18.52%
G=34.32%
B=47.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751391910.610.2700.25206.947.5452.16
Hex4B8BBF3D1B019cf3034
Octal11321327775330313176064
Binary100101110001011101111111111011101101100111001111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B8BBF; }

 p { color: rgb(75,139,191); }

 H1.HeaderClassName
 {
   color: #4B8BBF;
 }
 .AnyTagClassName
 {
   color: #4B8BBF;
 }
</style>
background-color css

<style>
 a { background-color: #4B8BBF; }

 a { background-color: rgb(75,139,191); }

 div.DivClassName
 {
   background-color: #4B8BBF;
 }
 .BgClassName
 {
   background-color: #4B8BBF;
 }
</style>
border-color css

<style>
 span { border-color: #4B8BBF; }

 span { border-color: rgb(75,139,191); }

 td.TdClassName
 {
   border-color: #4B8BBF;
 }
 .TagClassName
 {
   border-color: #4B8BBF;
 }
</style>