#4F7CAF

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

Shades of Steel Blue #4F7CAF

Tints of Steel Blue #4F7CAF

Color information

#4F7CAF (or 0x4F7CAF) is unknown color: approx Steel Blue. HEX triplet: 4F, 7C and AF. RGB value is (79,124,175). Sum of RGB (Red+Green+Blue) = 79+124+175=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F7CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7CAF is #B08350. Grayscale: #747474. Windows color (decimal): -11567953 or 11500623. OLE color: 11500623.

HSL color Cylindrical-coordinate representation of color #4F7CAF: hue angle of 211.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F7CAF is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB79124175-
CMYK0.550.2900.31
HSL211.88º37.8%49.8%-
HSV(B)211.88º54.86%68.63%-
XYZ18.1719.1743.3-
YUV116.36161.09101.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=20.90%
G=32.80%
B=46.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791241750.550.2900.31211.8837.849.8
Hex4F7CAF371D01Fd42632
Octal11717425767350373244662
Binary10011111111100101011111101111110101111111010100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,124,175); }

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

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

 a { background-color: rgb(79,124,175); }

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

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

 span { border-color: rgb(79,124,175); }

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