#417FAE

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

Shades of Steel Blue #417FAE

Tints of Steel Blue #417FAE

Color information

#417FAE (or 0x417FAE) is unknown color: approx Steel Blue. HEX triplet: 41, 7F and AE. RGB value is (65,127,174). Sum of RGB (Red+Green+Blue) = 65+127+174=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #417FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FAE is #BE8051. Grayscale: #717171. Windows color (decimal): -12484690 or 11435841. OLE color: 11435841.

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

Color convert

RGB65127174-
CMYK0.630.2700.32
HSL205.87º45.61%46.86%-
HSV(B)205.87º62.64%68.24%-
XYZ17.4119.3642.86-
YUV113.82161.9693.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.76%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=17.76%
G=34.70%
B=47.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651271740.630.2700.32205.8745.6146.86
Hex417FAE3F1B020ce2e2f
Octal10117725677330403165657
Binary100000111111111010111011111111011010000011001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417FAE; }

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

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

<style>
 a { background-color: #417FAE; }

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

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

<style>
 span { border-color: #417FAE; }

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

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