#4C7FAD

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

Shades of Steel Blue #4C7FAD

Tints of Steel Blue #4C7FAD

Color information

#4C7FAD (or 0x4C7FAD) is unknown color: approx Steel Blue. HEX triplet: 4C, 7F and AD. RGB value is (76,127,173). Sum of RGB (Red+Green+Blue) = 76+127+173=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C7FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7FAD is #B38052. Grayscale: #747474. Windows color (decimal): -11763795 or 11370316. OLE color: 11370316.

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

Color convert

RGB76127173-
CMYK0.560.2700.32
HSL208.45º38.96%48.82%-
HSV(B)208.45º56.07%67.84%-
XYZ18.1119.7342.39-
YUV117159.698.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.21%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=20.21%
G=33.78%
B=46.01%

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
Decimal761271730.560.2700.32208.4538.9648.82
Hex4C7FAD381B020d02731
Octal11417725570330403204761
Binary100110011111111010110111100011011010000011010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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