#417EA6

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

Shades of Steel Blue #417EA6

Tints of Steel Blue #417EA6

Color information

#417EA6 (or 0x417EA6) is unknown color: approx Steel Blue. HEX triplet: 41, 7E and A6. RGB value is (65,126,166). Sum of RGB (Red+Green+Blue) = 65+126+166=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #417EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417EA6 is #BE8159. Grayscale: #707070. Windows color (decimal): -12484954 or 10911297. OLE color: 10911297.

HSL color Cylindrical-coordinate representation of color #417EA6: hue angle of 203.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #417EA6 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB65126166-
CMYK0.610.2400.35
HSL203.76º43.72%45.29%-
HSV(B)203.76º60.84%65.1%-
XYZ16.5218.838.83-
YUV112.32158.2994.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.21%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 166 (65.23% from 255) = 46.50%
R=18.21%
G=35.29%
B=46.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651261660.610.2400.35203.7643.7245.29
Hex417EA63D18023cc2c2d
Octal10117624675300433145455
Binary100000111111101010011011110111000010001111001100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,126,166); }

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

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

 a { background-color: rgb(65,126,166); }

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

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

 span { border-color: rgb(65,126,166); }

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