#4C7CAE

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

Shades of Steel Blue #4C7CAE

Tints of Steel Blue #4C7CAE

Color information

#4C7CAE (or 0x4C7CAE) is unknown color: approx Steel Blue. HEX triplet: 4C, 7C and AE. RGB value is (76,124,174). Sum of RGB (Red+Green+Blue) = 76+124+174=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C7CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7CAE is #B38351. Grayscale: #737373. Windows color (decimal): -11764562 or 11435084. OLE color: 11435084.

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

Color convert

RGB76124174-
CMYK0.560.2900.32
HSL210.61º39.2%49.02%-
HSV(B)210.61º56.32%68.24%-
XYZ17.8319.0142.77-
YUV115.35161.199.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.32%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=20.32%
G=33.16%
B=46.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761241740.560.2900.32210.6139.249.02
Hex4C7CAE381D020d32731
Octal11417425670350403234761
Binary100110011111001010111011100011101010000011010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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