#4F86AB

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

Shades of Steel Blue #4F86AB

Tints of Steel Blue #4F86AB

Color information

#4F86AB (or 0x4F86AB) is unknown color: approx Steel Blue. HEX triplet: 4F, 86 and AB. RGB value is (79,134,171). Sum of RGB (Red+Green+Blue) = 79+134+171=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F86AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F86AB is #B07954. Grayscale: #797979. Windows color (decimal): -11565397 or 11241039. OLE color: 11241039.

HSL color Cylindrical-coordinate representation of color #4F86AB: hue angle of 204.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F86AB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79134171-
CMYK0.540.2200.33
HSL204.13º36.8%49.02%-
HSV(B)204.13º53.8%67.06%-
XYZ19.121.6541.7-
YUV121.77155.7897.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.57%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=20.57%
G=34.90%
B=44.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791341710.540.2200.33204.1336.849.02
Hex4F86AB3616021cc2531
Octal11720625366260413144561
Binary1001111100001101010101111011010110010000111001100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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