#417AA6

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

Shades of Steel Blue #417AA6

Tints of Steel Blue #417AA6

Color information

#417AA6 (or 0x417AA6) is unknown color: approx Steel Blue. HEX triplet: 41, 7A and A6. RGB value is (65,122,166). Sum of RGB (Red+Green+Blue) = 65+122+166=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 166 - color contains mainly: blue. Hex color #417AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AA6 is #BE8559. Grayscale: #6D6D6D. Windows color (decimal): -12485978 or 10910273. OLE color: 10910273.

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

Color convert

RGB65122166-
CMYK0.610.2700.35
HSL206.14º43.72%45.29%-
HSV(B)206.14º60.84%65.1%-
XYZ16.0217.838.67-
YUV109.97159.6295.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 166 (65.23% from 255) = 47.03%
R=18.41%
G=34.56%
B=47.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651221660.610.2700.35206.1443.7245.29
Hex417AA63D1B023ce2c2d
Octal10117224675330433165455
Binary100000111110101010011011110111011010001111001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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