#4C76B2

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

Shades of Steel Blue #4C76B2

Tints of Steel Blue #4C76B2

Color information

#4C76B2 (or 0x4C76B2) is unknown color: approx Steel Blue. HEX triplet: 4C, 76 and B2. RGB value is (76,118,178). Sum of RGB (Red+Green+Blue) = 76+118+178=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #4C76B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C76B2 is #B3894D. Grayscale: #6F6F6F. Windows color (decimal): -11766094 or 11695692. OLE color: 11695692.

HSL color Cylindrical-coordinate representation of color #4C76B2: hue angle of 215.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C76B2 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB76118178-
CMYK0.570.3400.30
HSL215.29º40.16%49.8%-
HSV(B)215.29º57.3%69.8%-
XYZ17.4917.7144.62-
YUV112.28165.09102.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.43%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=20.43%
G=31.72%
B=47.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761181780.570.3400.30215.2940.1649.8
Hex4C76B2392201Ed72832
Octal11416626271420363275062
Binary100110011101101011001011100110001001111011010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C76B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,118,178); }

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

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

 a { background-color: rgb(76,118,178); }

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

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

 span { border-color: rgb(76,118,178); }

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