Shades of Steel Blue #4373AD
Tints of Steel Blue #4373AD
RGB
CMYK
RGB Variations
Color information
#4373AD (or 0x4373AD) is known color: Steel Blue. HEX triplet: 43, 73 and AD. RGB value is (67,115,173). Sum of RGB (Red+Green+Blue) = 67+115+173=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #4373AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4373AD is #BC8C52. Grayscale: #6A6A6A. Windows color (decimal): -12356691 or 11367235. OLE color: 11367235.
HSL color Cylindrical-coordinate representation of color #4373AD: hue angle of 212.83º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4373AD is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 115 | 173 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.32 |
| HSL | 212.83º | 0.44% | 0.47% | - |
| HSV(B) | 212.83º | 0.61% | 0.68% | - |
| XYZ | 15.99 | 16.47 | 41.87 | - |
| YUV | 107.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 173 | 0.61 | 0.34 | 0 | 0.32 | 212.83 | 0.44 | 0.47 |
| Hex | 43 | 73 | AD | 3D | 22 | 0 | 20 | D5 | 2C | 2F |
| Octal | 103 | 163 | 255 | 75 | 42 | 0 | 40 | 325 | 54 | 57 |
| Binary | 1000011 | 1110011 | 10101101 | 111101 | 100010 | 0 | 100000 | 11010101 | 101100 | 101111 |
Color Harmonies of #4373AD
Complementary color
Monochromatic Colors of #4373AD
Black with #4373AD
Text Example
Text Example
White with #4373AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373AD; }
p { color: rgb(67,115,173); }
H1.HeaderClassName
{
color: #4373AD;
}
.AnyTagClassName
{
color: #4373AD;
}
</style>
background-color css
<style>
a { background-color: #4373AD; }
a { background-color: rgb(67,115,173); }
div.DivClassName
{
background-color: #4373AD;
}
.BgClassName
{
background-color: #4373AD;
}
</style>
border-color css
<style>
span { border-color: #4373AD; }
span { border-color: rgb(67,115,173); }
td.TdClassName
{
border-color: #4373AD;
}
.TagClassName
{
border-color: #4373AD;
}
</style>