#4172AE

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

Shades of Steel Blue #4172AE

Tints of Steel Blue #4172AE

Color information

#4172AE (or 0x4172AE) is unknown color: approx Steel Blue. HEX triplet: 41, 72 and AE. RGB value is (65,114,174). Sum of RGB (Red+Green+Blue) = 65+114+174=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #4172AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4172AE is #BE8D51. Grayscale: #696969. Windows color (decimal): -12488018 or 11432513. OLE color: 11432513.

HSL color Cylindrical-coordinate representation of color #4172AE: hue angle of 213.03º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4172AE is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65114174-
CMYK0.630.3400.32
HSL213.03º45.61%46.86%-
HSV(B)213.03º62.64%68.24%-
XYZ15.8416.2142.34-
YUV106.19166.2798.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=18.41%
G=32.29%
B=49.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651141740.630.3400.32213.0345.6146.86
Hex4172AE3F22020d52e2f
Octal10116225677420403255657
Binary1000001111001010101110111111100010010000011010101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4172AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,114,174); }

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

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

 a { background-color: rgb(65,114,174); }

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

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

 span { border-color: rgb(65,114,174); }

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