Shades of Steel Blue #4471BF
Tints of Steel Blue #4471BF
RGB
CMYK
RGB Variations
Color information
#4471BF (or 0x4471BF) is known color: Steel Blue. HEX triplet: 44, 71 and BF. RGB value is (68,113,191). Sum of RGB (Red+Green+Blue) = 68+113+191=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #4471BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471BF is #BB8E40. Grayscale: #6C6C6C. Windows color (decimal): -12291649 or 12546372. OLE color: 12546372.
HSL color Cylindrical-coordinate representation of color #4471BF: hue angle of 218.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4471BF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 113 | 191 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.25 |
| HSL | 218.05º | 0.49% | 0.51% | - |
| HSV(B) | 218.05º | 0.64% | 0.75% | - |
| XYZ | 17.69 | 16.8 | 51.6 | - |
| YUV | 108.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 191 | 0.64 | 0.41 | 0 | 0.25 | 218.05 | 0.49 | 0.51 |
| Hex | 44 | 71 | BF | 40 | 29 | 0 | 19 | DA | 31 | 33 |
| Octal | 104 | 161 | 277 | 100 | 51 | 0 | 31 | 332 | 61 | 63 |
| Binary | 1000100 | 1110001 | 10111111 | 1000000 | 101001 | 0 | 11001 | 11011010 | 110001 | 110011 |
Color Harmonies of #4471BF
Complementary color
Monochromatic Colors of #4471BF
Black with #4471BF
Text Example
Text Example
White with #4471BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471BF; }
p { color: rgb(68,113,191); }
H1.HeaderClassName
{
color: #4471BF;
}
.AnyTagClassName
{
color: #4471BF;
}
</style>
background-color css
<style>
a { background-color: #4471BF; }
a { background-color: rgb(68,113,191); }
div.DivClassName
{
background-color: #4471BF;
}
.BgClassName
{
background-color: #4471BF;
}
</style>
border-color css
<style>
span { border-color: #4471BF; }
span { border-color: rgb(68,113,191); }
td.TdClassName
{
border-color: #4471BF;
}
.TagClassName
{
border-color: #4471BF;
}
</style>