#4C7FAE

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

Shades of Steel Blue #4C7FAE

Tints of Steel Blue #4C7FAE

Color information

#4C7FAE (or 0x4C7FAE) is unknown color: approx Steel Blue. HEX triplet: 4C, 7F and AE. RGB value is (76,127,174). Sum of RGB (Red+Green+Blue) = 76+127+174=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C7FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7FAE is #B38051. Grayscale: #747474. Windows color (decimal): -11763794 or 11435852. OLE color: 11435852.

HSL color Cylindrical-coordinate representation of color #4C7FAE: hue angle of 208.78º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7FAE is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76127174-
CMYK0.560.2700.32
HSL208.78º39.2%49.02%-
HSV(B)208.78º56.32%68.24%-
XYZ18.2119.7742.9-
YUV117.11160.198.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=20.16%
G=33.69%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761271740.560.2700.32208.7839.249.02
Hex4C7FAE381B020d12731
Octal11417725670330403214761
Binary100110011111111010111011100011011010000011010001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,127,174); }

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

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

 a { background-color: rgb(76,127,174); }

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

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

 span { border-color: rgb(76,127,174); }

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