#4170BE

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

Shades of Steel Blue #4170BE

Tints of Steel Blue #4170BE

Color information

#4170BE (or 0x4170BE) is unknown color: approx Steel Blue. HEX triplet: 41, 70 and BE. RGB value is (65,112,190). Sum of RGB (Red+Green+Blue) = 65+112+190=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #4170BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170BE is #BE8F41. Grayscale: #6A6A6A. Windows color (decimal): -12488514 or 12480577. OLE color: 12480577.

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

Color convert

RGB65112190-
CMYK0.660.4100.25
HSL217.44º49.02%50%-
HSV(B)217.44º65.79%74.51%-
XYZ17.2716.4350.98-
YUV106.84174.9398.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.71%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=17.71%
G=30.52%
B=51.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651121900.660.4100.25217.4449.0250
Hex4170BE4229019d93132
Octal101160276102510313316162
Binary1000001111000010111110100001010100101100111011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4170BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4170BE; }

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

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

<style>
 a { background-color: #4170BE; }

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

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

<style>
 span { border-color: #4170BE; }

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

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