#4A76AD

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

Shades of Steel Blue #4A76AD

Tints of Steel Blue #4A76AD

Color information

#4A76AD (or 0x4A76AD) is unknown color: approx Steel Blue. HEX triplet: 4A, 76 and AD. RGB value is (74,118,173). Sum of RGB (Red+Green+Blue) = 74+118+173=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A76AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A76AD is #B58952. Grayscale: #6E6E6E. Windows color (decimal): -11897171 or 11368010. OLE color: 11368010.

HSL color Cylindrical-coordinate representation of color #4A76AD: hue angle of 213.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A76AD is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB74118173-
CMYK0.570.3200.32
HSL213.33º40.08%48.43%-
HSV(B)213.33º57.23%67.84%-
XYZ16.8517.4342.01-
YUV111.11162.92101.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=20.27%
G=32.33%
B=47.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741181730.570.3200.32213.3340.0848.43
Hex4A76AD3920020d52830
Octal11216625571400403255060
Binary1001010111011010101101111001100000010000011010101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,118,173); }

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

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

 a { background-color: rgb(74,118,173); }

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

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

 span { border-color: rgb(74,118,173); }

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