#417ABE

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

Shades of Steel Blue #417ABE

Tints of Steel Blue #417ABE

Color information

#417ABE (or 0x417ABE) is unknown color: approx Steel Blue. HEX triplet: 41, 7A and BE. RGB value is (65,122,190). Sum of RGB (Red+Green+Blue) = 65+122+190=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #417ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ABE is #BE8541. Grayscale: #707070. Windows color (decimal): -12485954 or 12483137. OLE color: 12483137.

HSL color Cylindrical-coordinate representation of color #417ABE: hue angle of 212.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417ABE is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65122190-
CMYK0.660.3600.25
HSL212.64º49.02%50%-
HSV(B)212.64º65.79%74.51%-
XYZ18.4318.7651.36-
YUV112.71171.6293.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=17.24%
G=32.36%
B=50.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651221900.660.3600.25212.6449.0250
Hex417ABE4224019d53132
Octal101172276102440313256162
Binary1000001111101010111110100001010010001100111010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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