Shades of Steel Blue #4370BC
Tints of Steel Blue #4370BC
RGB
CMYK
RGB Variations
Color information
#4370BC (or 0x4370BC) is known color: Steel Blue. HEX triplet: 43, 70 and BC. RGB value is (67,112,188). Sum of RGB (Red+Green+Blue) = 67+112+188=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #4370BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370BC is #BC8F43. Grayscale: #6A6A6A. Windows color (decimal): -12357444 or 12349507. OLE color: 12349507.
HSL color Cylindrical-coordinate representation of color #4370BC: hue angle of 217.69º 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 #4370BC is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 112 | 188 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.26 |
| HSL | 217.69º | 0.47% | 0.5% | - |
| HSV(B) | 217.69º | 0.64% | 0.74% | - |
| XYZ | 17.19 | 16.41 | 49.84 | - |
| YUV | 107.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 188 | 0.64 | 0.40 | 0 | 0.26 | 217.69 | 0.47 | 0.5 |
| Hex | 43 | 70 | BC | 40 | 28 | 0 | 1A | DA | 2F | 32 |
| Octal | 103 | 160 | 274 | 100 | 50 | 0 | 32 | 332 | 57 | 62 |
| Binary | 1000011 | 1110000 | 10111100 | 1000000 | 101000 | 0 | 11010 | 11011010 | 101111 | 110010 |
Color Harmonies of #4370BC
Complementary color
Monochromatic Colors of #4370BC
Black with #4370BC
Text Example
Text Example
White with #4370BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4370BC; }
p { color: rgb(67,112,188); }
H1.HeaderClassName
{
color: #4370BC;
}
.AnyTagClassName
{
color: #4370BC;
}
</style>
background-color css
<style>
a { background-color: #4370BC; }
a { background-color: rgb(67,112,188); }
div.DivClassName
{
background-color: #4370BC;
}
.BgClassName
{
background-color: #4370BC;
}
</style>
border-color css
<style>
span { border-color: #4370BC; }
span { border-color: rgb(67,112,188); }
td.TdClassName
{
border-color: #4370BC;
}
.TagClassName
{
border-color: #4370BC;
}
</style>