#4F86B6

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

Shades of Steel Blue #4F86B6

Tints of Steel Blue #4F86B6

Color information

#4F86B6 (or 0x4F86B6) is unknown color: approx Steel Blue. HEX triplet: 4F, 86 and B6. RGB value is (79,134,182). Sum of RGB (Red+Green+Blue) = 79+134+182=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #4F86B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F86B6 is #B07949. Grayscale: #7A7A7A. Windows color (decimal): -11565386 or 11961935. OLE color: 11961935.

HSL color Cylindrical-coordinate representation of color #4F86B6: hue angle of 207.96º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F86B6 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB79134182-
CMYK0.570.2600.29
HSL207.96º41.37%51.18%-
HSV(B)207.96º56.59%71.37%-
XYZ20.1922.0947.46-
YUV123.03161.2896.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=20%
G=33.92%
B=46.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791341820.570.2600.29207.9641.3751.18
Hex4F86B6391A01Dd02933
Octal11720626671320353205163
Binary100111110000110101101101110011101001110111010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F86B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,134,182); }

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

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

 a { background-color: rgb(79,134,182); }

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

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

 span { border-color: rgb(79,134,182); }

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