Shades of Steel Blue #4173BB
Tints of Steel Blue #4173BB
RGB
CMYK
RGB Variations
Color information
#4173BB (or 0x4173BB) is known color: Steel Blue. HEX triplet: 41, 73 and BB. RGB value is (65,115,187). Sum of RGB (Red+Green+Blue) = 65+115+187=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #4173BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4173BB is #BE8C44. Grayscale: #6B6B6B. Windows color (decimal): -12487749 or 12284737. OLE color: 12284737.
HSL color Cylindrical-coordinate representation of color #4173BB: hue angle of 215.41º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4173BB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 115 | 187 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.27 |
| HSL | 215.41º | 0.48% | 0.49% | - |
| HSV(B) | 215.41º | 0.65% | 0.73% | - |
| XYZ | 17.28 | 16.97 | 49.38 | - |
| YUV | 108.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 187 | 0.65 | 0.39 | 0 | 0.27 | 215.41 | 0.48 | 0.49 |
| Hex | 41 | 73 | BB | 41 | 27 | 0 | 1B | D7 | 30 | 31 |
| Octal | 101 | 163 | 273 | 101 | 47 | 0 | 33 | 327 | 60 | 61 |
| Binary | 1000001 | 1110011 | 10111011 | 1000001 | 100111 | 0 | 11011 | 11010111 | 110000 | 110001 |
Color Harmonies of #4173BB
Complementary color
Monochromatic Colors of #4173BB
Black with #4173BB
Text Example
Text Example
White with #4173BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4173BB; }
p { color: rgb(65,115,187); }
H1.HeaderClassName
{
color: #4173BB;
}
.AnyTagClassName
{
color: #4173BB;
}
</style>
background-color css
<style>
a { background-color: #4173BB; }
a { background-color: rgb(65,115,187); }
div.DivClassName
{
background-color: #4173BB;
}
.BgClassName
{
background-color: #4173BB;
}
</style>
border-color css
<style>
span { border-color: #4173BB; }
span { border-color: rgb(65,115,187); }
td.TdClassName
{
border-color: #4173BB;
}
.TagClassName
{
border-color: #4173BB;
}
</style>