#4975AE

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

Shades of Steel Blue #4975AE

Tints of Steel Blue #4975AE

Color information

#4975AE (or 0x4975AE) is unknown color: approx Steel Blue. HEX triplet: 49, 75 and AE. RGB value is (73,117,174). Sum of RGB (Red+Green+Blue) = 73+117+174=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #4975AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4975AE is #B68A51. Grayscale: #6E6E6E. Windows color (decimal): -11962962 or 11433289. OLE color: 11433289.

HSL color Cylindrical-coordinate representation of color #4975AE: hue angle of 213.86º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4975AE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73117174-
CMYK0.580.3300.32
HSL213.86º40.89%48.43%-
HSV(B)213.86º58.05%68.24%-
XYZ16.7517.242.48-
YUV110.34163.92101.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=20.05%
G=32.14%
B=47.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731171740.580.3300.32213.8640.8948.43
Hex4975AE3A21020d62930
Octal11116525672410403265160
Binary1001001111010110101110111010100001010000011010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4975AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4975AE; }

 p { color: rgb(73,117,174); }

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

<style>
 a { background-color: #4975AE; }

 a { background-color: rgb(73,117,174); }

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

<style>
 span { border-color: #4975AE; }

 span { border-color: rgb(73,117,174); }

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