Shades of Steel Blue #4074AB
Tints of Steel Blue #4074AB
RGB
CMYK
RGB Variations
Color information
#4074AB (or 0x4074AB) is known color: Steel Blue. HEX triplet: 40, 74 and AB. RGB value is (64,116,171). Sum of RGB (Red+Green+Blue) = 64+116+171=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #4074AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4074AB is #BF8B54. Grayscale: #6A6A6A. Windows color (decimal): -12553045 or 11236416. OLE color: 11236416.
HSL color Cylindrical-coordinate representation of color #4074AB: hue angle of 210.84º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4074AB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 116 | 171 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.33 |
| HSL | 210.84º | 0.46% | 0.46% | - |
| HSV(B) | 210.84º | 0.63% | 0.67% | - |
| XYZ | 15.71 | 16.52 | 40.89 | - |
| YUV | 106.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 171 | 0.63 | 0.32 | 0 | 0.33 | 210.84 | 0.46 | 0.46 |
| Hex | 40 | 74 | AB | 3F | 20 | 0 | 21 | D3 | 2E | 2E |
| Octal | 100 | 164 | 253 | 77 | 40 | 0 | 41 | 323 | 56 | 56 |
| Binary | 1000000 | 1110100 | 10101011 | 111111 | 100000 | 0 | 100001 | 11010011 | 101110 | 101110 |
Color Harmonies of #4074AB
Complementary color
Monochromatic Colors of #4074AB
Black with #4074AB
Text Example
Text Example
White with #4074AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074AB; }
p { color: rgb(64,116,171); }
H1.HeaderClassName
{
color: #4074AB;
}
.AnyTagClassName
{
color: #4074AB;
}
</style>
background-color css
<style>
a { background-color: #4074AB; }
a { background-color: rgb(64,116,171); }
div.DivClassName
{
background-color: #4074AB;
}
.BgClassName
{
background-color: #4074AB;
}
</style>
border-color css
<style>
span { border-color: #4074AB; }
span { border-color: rgb(64,116,171); }
td.TdClassName
{
border-color: #4074AB;
}
.TagClassName
{
border-color: #4074AB;
}
</style>