Shades of Steel Blue #4471B9
Tints of Steel Blue #4471B9
RGB
CMYK
RGB Variations
Color information
#4471B9 (or 0x4471B9) is known color: Steel Blue. HEX triplet: 44, 71 and B9. RGB value is (68,113,185). Sum of RGB (Red+Green+Blue) = 68+113+185=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #4471B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471B9 is #BB8E46. Grayscale: #6B6B6B. Windows color (decimal): -12291655 or 12153156. OLE color: 12153156.
HSL color Cylindrical-coordinate representation of color #4471B9: hue angle of 216.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4471B9 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 113 | 185 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.27 |
| HSL | 216.92º | 0.46% | 0.5% | - |
| HSV(B) | 216.92º | 0.63% | 0.73% | - |
| XYZ | 17.05 | 16.54 | 48.19 | - |
| YUV | 107.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 185 | 0.63 | 0.39 | 0 | 0.27 | 216.92 | 0.46 | 0.5 |
| Hex | 44 | 71 | B9 | 3F | 27 | 0 | 1B | D9 | 2E | 32 |
| Octal | 104 | 161 | 271 | 77 | 47 | 0 | 33 | 331 | 56 | 62 |
| Binary | 1000100 | 1110001 | 10111001 | 111111 | 100111 | 0 | 11011 | 11011001 | 101110 | 110010 |
Color Harmonies of #4471B9
Complementary color
Monochromatic Colors of #4471B9
Black with #4471B9
Text Example
Text Example
White with #4471B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471B9; }
p { color: rgb(68,113,185); }
H1.HeaderClassName
{
color: #4471B9;
}
.AnyTagClassName
{
color: #4471B9;
}
</style>
background-color css
<style>
a { background-color: #4471B9; }
a { background-color: rgb(68,113,185); }
div.DivClassName
{
background-color: #4471B9;
}
.BgClassName
{
background-color: #4471B9;
}
</style>
border-color css
<style>
span { border-color: #4471B9; }
span { border-color: rgb(68,113,185); }
td.TdClassName
{
border-color: #4471B9;
}
.TagClassName
{
border-color: #4471B9;
}
</style>