#4C7CAF

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

Shades of Steel Blue #4C7CAF

Tints of Steel Blue #4C7CAF

Color information

#4C7CAF (or 0x4C7CAF) is unknown color: approx Steel Blue. HEX triplet: 4C, 7C and AF. RGB value is (76,124,175). Sum of RGB (Red+Green+Blue) = 76+124+175=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C7CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7CAF is #B38350. Grayscale: #737373. Windows color (decimal): -11764561 or 11500620. OLE color: 11500620.

HSL color Cylindrical-coordinate representation of color #4C7CAF: hue angle of 210.91º 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 #4C7CAF is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76124175-
CMYK0.570.2900.31
HSL210.91º39.44%49.22%-
HSV(B)210.91º56.57%68.63%-
XYZ17.9319.0543.29-
YUV115.46161.699.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.27%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=20.27%
G=33.07%
B=46.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761241750.570.2900.31210.9139.4449.22
Hex4C7CAF391D01Fd32731
Octal11417425771350373234761
Binary10011001111100101011111110011110101111111010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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