#4C7BAF

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

Shades of Steel Blue #4C7BAF

Tints of Steel Blue #4C7BAF

Color information

#4C7BAF (or 0x4C7BAF) is unknown color: approx Steel Blue. HEX triplet: 4C, 7B and AF. RGB value is (76,123,175). Sum of RGB (Red+Green+Blue) = 76+123+175=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C7BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7BAF is #B38450. Grayscale: #727272. Windows color (decimal): -11764817 or 11500364. OLE color: 11500364.

HSL color Cylindrical-coordinate representation of color #4C7BAF: hue angle of 211.52º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C7BAF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76123175-
CMYK0.570.3000.31
HSL211.52º39.44%49.22%-
HSV(B)211.52º56.57%68.63%-
XYZ17.818.843.25-
YUV114.88161.93100.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.32%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=20.32%
G=32.89%
B=46.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761231750.570.3000.31211.5239.4449.22
Hex4C7BAF391E01Fd42731
Octal11417325771360373244761
Binary10011001111011101011111110011111001111111010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,123,175); }

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

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

 a { background-color: rgb(76,123,175); }

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

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

 span { border-color: rgb(76,123,175); }

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