#4F85AB

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

Shades of Steel Blue #4F85AB

Tints of Steel Blue #4F85AB

Color information

#4F85AB (or 0x4F85AB) is unknown color: approx Steel Blue. HEX triplet: 4F, 85 and AB. RGB value is (79,133,171). Sum of RGB (Red+Green+Blue) = 79+133+171=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F85AB is #B07A54. Grayscale: #787878. Windows color (decimal): -11565653 or 11240783. OLE color: 11240783.

HSL color Cylindrical-coordinate representation of color #4F85AB: hue angle of 204.78º 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 #4F85AB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79133171-
CMYK0.540.2200.33
HSL204.78º36.8%49.02%-
HSV(B)204.78º53.8%67.06%-
XYZ18.9621.3841.65-
YUV121.19156.1197.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.63%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=20.63%
G=34.73%
B=44.65%

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
Decimal791331710.540.2200.33204.7836.849.02
Hex4F85AB3616021cd2531
Octal11720525366260413154561
Binary1001111100001011010101111011010110010000111001101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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