#4173BD

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

Shades of Steel Blue #4173BD

Tints of Steel Blue #4173BD

Color information

#4173BD (or 0x4173BD) is unknown color: approx Steel Blue. HEX triplet: 41, 73 and BD. RGB value is (65,115,189). Sum of RGB (Red+Green+Blue) = 65+115+189=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #4173BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4173BD is #BE8C42. Grayscale: #6C6C6C. Windows color (decimal): -12487747 or 12415809. OLE color: 12415809.

HSL color Cylindrical-coordinate representation of color #4173BD: hue angle of 215.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4173BD is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65115189-
CMYK0.660.3900.26
HSL215.81º48.82%49.8%-
HSV(B)215.81º65.61%74.12%-
XYZ17.517.0650.51-
YUV108.49173.4496.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=17.62%
G=31.17%
B=51.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651151890.660.3900.26215.8148.8249.8
Hex4173BD422701Ad83132
Octal101163275102470323306162
Binary1000001111001110111101100001010011101101011011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4173BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4173BD; }

 p { color: rgb(65,115,189); }

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

<style>
 a { background-color: #4173BD; }

 a { background-color: rgb(65,115,189); }

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

<style>
 span { border-color: #4173BD; }

 span { border-color: rgb(65,115,189); }

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