Shades of Steel Blue #4471BC
Tints of Steel Blue #4471BC
RGB
CMYK
RGB Variations
Color information
#4471BC (or 0x4471BC) is known color: Steel Blue. HEX triplet: 44, 71 and BC. RGB value is (68,113,188). Sum of RGB (Red+Green+Blue) = 68+113+188=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #4471BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471BC is #BB8E43. Grayscale: #6B6B6B. Windows color (decimal): -12291652 or 12349764. OLE color: 12349764.
HSL color Cylindrical-coordinate representation of color #4471BC: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4471BC is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 113 | 188 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.26 |
| HSL | 217.5º | 0.47% | 0.5% | - |
| HSV(B) | 217.5º | 0.64% | 0.74% | - |
| XYZ | 17.37 | 16.67 | 49.88 | - |
| YUV | 108.1 | 173.09 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 188 | 0.64 | 0.40 | 0 | 0.26 | 217.5 | 0.47 | 0.5 |
| Hex | 44 | 71 | BC | 40 | 28 | 0 | 1A | DA | 2F | 32 |
| Octal | 104 | 161 | 274 | 100 | 50 | 0 | 32 | 332 | 57 | 62 |
| Binary | 1000100 | 1110001 | 10111100 | 1000000 | 101000 | 0 | 11010 | 11011010 | 101111 | 110010 |
Color Harmonies of #4471BC
Complementary color
Monochromatic Colors of #4471BC
Black with #4471BC
Text Example
Text Example
White with #4471BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471BC; }
p { color: rgb(68,113,188); }
H1.HeaderClassName
{
color: #4471BC;
}
.AnyTagClassName
{
color: #4471BC;
}
</style>
background-color css
<style>
a { background-color: #4471BC; }
a { background-color: rgb(68,113,188); }
div.DivClassName
{
background-color: #4471BC;
}
.BgClassName
{
background-color: #4471BC;
}
</style>
border-color css
<style>
span { border-color: #4471BC; }
span { border-color: rgb(68,113,188); }
td.TdClassName
{
border-color: #4471BC;
}
.TagClassName
{
border-color: #4471BC;
}
</style>