#417EBE

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

Shades of Steel Blue #417EBE

Tints of Steel Blue #417EBE

Color information

#417EBE (or 0x417EBE) is unknown color: approx Steel Blue. HEX triplet: 41, 7E and BE. RGB value is (65,126,190). Sum of RGB (Red+Green+Blue) = 65+126+190=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #417EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EBE is #BE8141. Grayscale: #727272. Windows color (decimal): -12484930 or 12484161. OLE color: 12484161.

HSL color Cylindrical-coordinate representation of color #417EBE: hue angle of 210.72º 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 #417EBE is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65126190-
CMYK0.660.3400.25
HSL210.72º49.02%50%-
HSV(B)210.72º65.79%74.51%-
XYZ18.9419.7651.53-
YUV115.06170.2992.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=17.06%
G=33.07%
B=49.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651261900.660.3400.25210.7249.0250
Hex417EBE4222019d33132
Octal101176276102420313236162
Binary1000001111111010111110100001010001001100111010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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