Shades of Steel Blue #4073AD
Tints of Steel Blue #4073AD
RGB
CMYK
RGB Variations
Color information
#4073AD (or 0x4073AD) is known color: Steel Blue. HEX triplet: 40, 73 and AD. RGB value is (64,115,173). Sum of RGB (Red+Green+Blue) = 64+115+173=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #4073AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4073AD is #BF8C52. Grayscale: #6A6A6A. Windows color (decimal): -12553299 or 11367232. OLE color: 11367232.
HSL color Cylindrical-coordinate representation of color #4073AD: hue angle of 211.93º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4073AD is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 115 | 173 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.32 |
| HSL | 211.93º | 0.46% | 0.46% | - |
| HSV(B) | 211.93º | 0.63% | 0.68% | - |
| XYZ | 15.79 | 16.37 | 41.86 | - |
| YUV | 106.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 173 | 0.63 | 0.34 | 0 | 0.32 | 211.93 | 0.46 | 0.46 |
| Hex | 40 | 73 | AD | 3F | 22 | 0 | 20 | D4 | 2E | 2E |
| Octal | 100 | 163 | 255 | 77 | 42 | 0 | 40 | 324 | 56 | 56 |
| Binary | 1000000 | 1110011 | 10101101 | 111111 | 100010 | 0 | 100000 | 11010100 | 101110 | 101110 |
Color Harmonies of #4073AD
Complementary color
Monochromatic Colors of #4073AD
Black with #4073AD
Text Example
Text Example
White with #4073AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4073AD; }
p { color: rgb(64,115,173); }
H1.HeaderClassName
{
color: #4073AD;
}
.AnyTagClassName
{
color: #4073AD;
}
</style>
background-color css
<style>
a { background-color: #4073AD; }
a { background-color: rgb(64,115,173); }
div.DivClassName
{
background-color: #4073AD;
}
.BgClassName
{
background-color: #4073AD;
}
</style>
border-color css
<style>
span { border-color: #4073AD; }
span { border-color: rgb(64,115,173); }
td.TdClassName
{
border-color: #4073AD;
}
.TagClassName
{
border-color: #4073AD;
}
</style>