#4C7FB3

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

Shades of Steel Blue #4C7FB3

Tints of Steel Blue #4C7FB3

Color information

#4C7FB3 (or 0x4C7FB3) is unknown color: approx Steel Blue. HEX triplet: 4C, 7F and B3. RGB value is (76,127,179). Sum of RGB (Red+Green+Blue) = 76+127+179=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C7FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FB3 is #B3804C. Grayscale: #757575. Windows color (decimal): -11763789 or 11763532. OLE color: 11763532.

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

Color convert

RGB76127179-
CMYK0.580.2900.30
HSL210.29º40.39%50%-
HSV(B)210.29º57.54%70.2%-
XYZ18.7119.9745.52-
YUV117.68162.698.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.90%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 179 (70.31% from 255) = 46.86%
R=19.90%
G=33.25%
B=46.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761271790.580.2900.30210.2940.3950
Hex4C7FB33A1D01Ed22832
Octal11417726372350363225062
Binary10011001111111101100111110101110101111011010010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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