Shades of Steel Blue #4373BC
Tints of Steel Blue #4373BC
RGB
CMYK
RGB Variations
Color information
#4373BC (or 0x4373BC) is known color: Steel Blue. HEX triplet: 43, 73 and BC. RGB value is (67,115,188). Sum of RGB (Red+Green+Blue) = 67+115+188=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #4373BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4373BC is #BC8C43. Grayscale: #6C6C6C. Windows color (decimal): -12356676 or 12350275. OLE color: 12350275.
HSL color Cylindrical-coordinate representation of color #4373BC: hue angle of 216.2º 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 #4373BC is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 115 | 188 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.26 |
| HSL | 216.2º | 0.47% | 0.5% | - |
| HSV(B) | 216.2º | 0.64% | 0.74% | - |
| XYZ | 17.52 | 17.09 | 49.95 | - |
| YUV | 108.97 | 172.6 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 188 | 0.64 | 0.39 | 0 | 0.26 | 216.2 | 0.47 | 0.5 |
| Hex | 43 | 73 | BC | 40 | 27 | 0 | 1A | D8 | 2F | 32 |
| Octal | 103 | 163 | 274 | 100 | 47 | 0 | 32 | 330 | 57 | 62 |
| Binary | 1000011 | 1110011 | 10111100 | 1000000 | 100111 | 0 | 11010 | 11011000 | 101111 | 110010 |
Color Harmonies of #4373BC
Complementary color
Monochromatic Colors of #4373BC
Black with #4373BC
Text Example
Text Example
White with #4373BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373BC; }
p { color: rgb(67,115,188); }
H1.HeaderClassName
{
color: #4373BC;
}
.AnyTagClassName
{
color: #4373BC;
}
</style>
background-color css
<style>
a { background-color: #4373BC; }
a { background-color: rgb(67,115,188); }
div.DivClassName
{
background-color: #4373BC;
}
.BgClassName
{
background-color: #4373BC;
}
</style>
border-color css
<style>
span { border-color: #4373BC; }
span { border-color: rgb(67,115,188); }
td.TdClassName
{
border-color: #4373BC;
}
.TagClassName
{
border-color: #4373BC;
}
</style>