Shades of Steel Blue #4079AA
Tints of Steel Blue #4079AA
RGB
CMYK
RGB Variations
Color information
#4079AA (or 0x4079AA) is known color: Steel Blue. HEX triplet: 40, 79 and AA. RGB value is (64,121,170). Sum of RGB (Red+Green+Blue) = 64+121+170=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #4079AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4079AA is #BF8655. Grayscale: #6D6D6D. Windows color (decimal): -12551766 or 11172160. OLE color: 11172160.
HSL color Cylindrical-coordinate representation of color #4079AA: hue angle of 207.74º 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 #4079AA is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 121 | 170 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.33 |
| HSL | 207.74º | 0.45% | 0.46% | - |
| HSV(B) | 207.74º | 0.62% | 0.67% | - |
| XYZ | 16.21 | 17.67 | 40.59 | - |
| YUV | 109.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 170 | 0.62 | 0.29 | 0 | 0.33 | 207.74 | 0.45 | 0.46 |
| Hex | 40 | 79 | AA | 3E | 1D | 0 | 21 | D0 | 2D | 2E |
| Octal | 100 | 171 | 252 | 76 | 35 | 0 | 41 | 320 | 55 | 56 |
| Binary | 1000000 | 1111001 | 10101010 | 111110 | 11101 | 0 | 100001 | 11010000 | 101101 | 101110 |
Color Harmonies of #4079AA
Complementary color
Monochromatic Colors of #4079AA
Black with #4079AA
Text Example
Text Example
White with #4079AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079AA; }
p { color: rgb(64,121,170); }
H1.HeaderClassName
{
color: #4079AA;
}
.AnyTagClassName
{
color: #4079AA;
}
</style>
background-color css
<style>
a { background-color: #4079AA; }
a { background-color: rgb(64,121,170); }
div.DivClassName
{
background-color: #4079AA;
}
.BgClassName
{
background-color: #4079AA;
}
</style>
border-color css
<style>
span { border-color: #4079AA; }
span { border-color: rgb(64,121,170); }
td.TdClassName
{
border-color: #4079AA;
}
.TagClassName
{
border-color: #4079AA;
}
</style>