Shades of Steel Blue #4074AA
Tints of Steel Blue #4074AA
RGB
CMYK
RGB Variations
Color information
#4074AA (or 0x4074AA) is known color: Steel Blue. HEX triplet: 40, 74 and AA. RGB value is (64,116,170). Sum of RGB (Red+Green+Blue) = 64+116+170=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #4074AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4074AA is #BF8B55. Grayscale: #6A6A6A. Windows color (decimal): -12553046 or 11170880. OLE color: 11170880.
HSL color Cylindrical-coordinate representation of color #4074AA: hue angle of 210.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4074AA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 116 | 170 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.33 |
| HSL | 210.57º | 0.45% | 0.46% | - |
| HSV(B) | 210.57º | 0.62% | 0.67% | - |
| XYZ | 15.62 | 16.48 | 40.39 | - |
| YUV | 106.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 170 | 0.62 | 0.32 | 0 | 0.33 | 210.57 | 0.45 | 0.46 |
| Hex | 40 | 74 | AA | 3E | 20 | 0 | 21 | D3 | 2D | 2E |
| Octal | 100 | 164 | 252 | 76 | 40 | 0 | 41 | 323 | 55 | 56 |
| Binary | 1000000 | 1110100 | 10101010 | 111110 | 100000 | 0 | 100001 | 11010011 | 101101 | 101110 |
Color Harmonies of #4074AA
Complementary color
Monochromatic Colors of #4074AA
Black with #4074AA
Text Example
Text Example
White with #4074AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074AA; }
p { color: rgb(64,116,170); }
H1.HeaderClassName
{
color: #4074AA;
}
.AnyTagClassName
{
color: #4074AA;
}
</style>
background-color css
<style>
a { background-color: #4074AA; }
a { background-color: rgb(64,116,170); }
div.DivClassName
{
background-color: #4074AA;
}
.BgClassName
{
background-color: #4074AA;
}
</style>
border-color css
<style>
span { border-color: #4074AA; }
span { border-color: rgb(64,116,170); }
td.TdClassName
{
border-color: #4074AA;
}
.TagClassName
{
border-color: #4074AA;
}
</style>