Shades of Steel Blue #4471BA
Tints of Steel Blue #4471BA
RGB
CMYK
RGB Variations
Color information
#4471BA (or 0x4471BA) is known color: Steel Blue. HEX triplet: 44, 71 and BA. RGB value is (68,113,186). Sum of RGB (Red+Green+Blue) = 68+113+186=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #4471BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471BA is #BB8E45. Grayscale: #6B6B6B. Windows color (decimal): -12291654 or 12218692. OLE color: 12218692.
HSL color Cylindrical-coordinate representation of color #4471BA: hue angle of 217.12º 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 #4471BA is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 113 | 186 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.27 |
| HSL | 217.12º | 0.46% | 0.5% | - |
| HSV(B) | 217.12º | 0.63% | 0.73% | - |
| XYZ | 17.15 | 16.58 | 48.75 | - |
| YUV | 107.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 186 | 0.63 | 0.39 | 0 | 0.27 | 217.12 | 0.46 | 0.5 |
| Hex | 44 | 71 | BA | 3F | 27 | 0 | 1B | D9 | 2E | 32 |
| Octal | 104 | 161 | 272 | 77 | 47 | 0 | 33 | 331 | 56 | 62 |
| Binary | 1000100 | 1110001 | 10111010 | 111111 | 100111 | 0 | 11011 | 11011001 | 101110 | 110010 |
Color Harmonies of #4471BA
Complementary color
Monochromatic Colors of #4471BA
Black with #4471BA
Text Example
Text Example
White with #4471BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471BA; }
p { color: rgb(68,113,186); }
H1.HeaderClassName
{
color: #4471BA;
}
.AnyTagClassName
{
color: #4471BA;
}
</style>
background-color css
<style>
a { background-color: #4471BA; }
a { background-color: rgb(68,113,186); }
div.DivClassName
{
background-color: #4471BA;
}
.BgClassName
{
background-color: #4471BA;
}
</style>
border-color css
<style>
span { border-color: #4471BA; }
span { border-color: rgb(68,113,186); }
td.TdClassName
{
border-color: #4471BA;
}
.TagClassName
{
border-color: #4471BA;
}
</style>