Shades of Steel Blue #4471B6
Tints of Steel Blue #4471B6
RGB
CMYK
RGB Variations
Color information
#4471B6 (or 0x4471B6) is known color: Steel Blue. HEX triplet: 44, 71 and B6. RGB value is (68,113,182). Sum of RGB (Red+Green+Blue) = 68+113+182=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #4471B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471B6 is #BB8E49. Grayscale: #6B6B6B. Windows color (decimal): -12291658 or 11956548. OLE color: 11956548.
HSL color Cylindrical-coordinate representation of color #4471B6: hue angle of 216.32º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4471B6 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 113 | 182 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.29 |
| HSL | 216.32º | 0.46% | 0.49% | - |
| HSV(B) | 216.32º | 0.63% | 0.71% | - |
| XYZ | 16.73 | 16.42 | 46.54 | - |
| YUV | 107.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 182 | 0.63 | 0.38 | 0 | 0.29 | 216.32 | 0.46 | 0.49 |
| Hex | 44 | 71 | B6 | 3F | 26 | 0 | 1D | D8 | 2E | 31 |
| Octal | 104 | 161 | 266 | 77 | 46 | 0 | 35 | 330 | 56 | 61 |
| Binary | 1000100 | 1110001 | 10110110 | 111111 | 100110 | 0 | 11101 | 11011000 | 101110 | 110001 |
Color Harmonies of #4471B6
Complementary color
Monochromatic Colors of #4471B6
Black with #4471B6
Text Example
Text Example
White with #4471B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471B6; }
p { color: rgb(68,113,182); }
H1.HeaderClassName
{
color: #4471B6;
}
.AnyTagClassName
{
color: #4471B6;
}
</style>
background-color css
<style>
a { background-color: #4471B6; }
a { background-color: rgb(68,113,182); }
div.DivClassName
{
background-color: #4471B6;
}
.BgClassName
{
background-color: #4471B6;
}
</style>
border-color css
<style>
span { border-color: #4471B6; }
span { border-color: rgb(68,113,182); }
td.TdClassName
{
border-color: #4471B6;
}
.TagClassName
{
border-color: #4471B6;
}
</style>