#4c7cb2

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

Shades of Steel Blue #4C7CB2

Tints of Steel Blue #4C7CB2

Color information

#4C7CB2 (or 0x4C7CB2) is unknown color: approx Steel Blue. HEX triplet: 4C, 7C and B2. RGB value is (76,124,178). Sum of RGB (Red+Green+Blue) = 76+124+178=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #4C7CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7CB2 is #B3834D. Grayscale: #737373. Windows color (decimal): -11764558 or 11697228. OLE color: 11697228.

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

Color convert

RGB76124178-
CMYK0.570.3000.30
HSL211.76º40.16%49.8%-
HSV(B)211.76º57.3%69.8%-
XYZ18.2219.1744.86-
YUV115.8163.199.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.11%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 178 (69.92% from 255) = 47.09%
R=20.11%
G=32.80%
B=47.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761241780.570.3000.30211.7640.1649.8
Hex4C7CB2391E01Ed42832
Octal11417426271360363245062
Binary10011001111100101100101110011111001111011010100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c7cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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