Shades of Steel Blue #4371BC
Tints of Steel Blue #4371BC
RGB
CMYK
RGB Variations
Color information
#4371BC (or 0x4371BC) is known color: Steel Blue. HEX triplet: 43, 71 and BC. RGB value is (67,113,188). Sum of RGB (Red+Green+Blue) = 67+113+188=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #4371BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4371BC is #BC8E43. Grayscale: #6B6B6B. Windows color (decimal): -12357188 or 12349763. OLE color: 12349763.
HSL color Cylindrical-coordinate representation of color #4371BC: hue angle of 217.19º 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 #4371BC is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 113 | 188 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.26 |
| HSL | 217.19º | 0.47% | 0.5% | - |
| HSV(B) | 217.19º | 0.64% | 0.74% | - |
| XYZ | 17.3 | 16.63 | 49.88 | - |
| YUV | 107.8 | 173.26 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 113 | 188 | 0.64 | 0.40 | 0 | 0.26 | 217.19 | 0.47 | 0.5 |
| Hex | 43 | 71 | BC | 40 | 28 | 0 | 1A | D9 | 2F | 32 |
| Octal | 103 | 161 | 274 | 100 | 50 | 0 | 32 | 331 | 57 | 62 |
| Binary | 1000011 | 1110001 | 10111100 | 1000000 | 101000 | 0 | 11010 | 11011001 | 101111 | 110010 |
Color Harmonies of #4371BC
Complementary color
Monochromatic Colors of #4371BC
Black with #4371BC
Text Example
Text Example
White with #4371BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4371BC; }
p { color: rgb(67,113,188); }
H1.HeaderClassName
{
color: #4371BC;
}
.AnyTagClassName
{
color: #4371BC;
}
</style>
background-color css
<style>
a { background-color: #4371BC; }
a { background-color: rgb(67,113,188); }
div.DivClassName
{
background-color: #4371BC;
}
.BgClassName
{
background-color: #4371BC;
}
</style>
border-color css
<style>
span { border-color: #4371BC; }
span { border-color: rgb(67,113,188); }
td.TdClassName
{
border-color: #4371BC;
}
.TagClassName
{
border-color: #4371BC;
}
</style>