Shades of Steel Blue #4078AA
Tints of Steel Blue #4078AA
RGB
CMYK
RGB Variations
Color information
#4078AA (or 0x4078AA) is known color: Steel Blue. HEX triplet: 40, 78 and AA. RGB value is (64,120,170). Sum of RGB (Red+Green+Blue) = 64+120+170=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #4078AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4078AA is #BF8755. Grayscale: #6C6C6C. Windows color (decimal): -12552022 or 11171904. OLE color: 11171904.
HSL color Cylindrical-coordinate representation of color #4078AA: hue angle of 208.3º 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 #4078AA is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 120 | 170 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.33 |
| HSL | 208.3º | 0.45% | 0.46% | - |
| HSV(B) | 208.3º | 0.62% | 0.67% | - |
| XYZ | 16.09 | 17.43 | 40.55 | - |
| YUV | 108.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 170 | 0.62 | 0.29 | 0 | 0.33 | 208.3 | 0.45 | 0.46 |
| Hex | 40 | 78 | AA | 3E | 1D | 0 | 21 | D0 | 2D | 2E |
| Octal | 100 | 170 | 252 | 76 | 35 | 0 | 41 | 320 | 55 | 56 |
| Binary | 1000000 | 1111000 | 10101010 | 111110 | 11101 | 0 | 100001 | 11010000 | 101101 | 101110 |
Color Harmonies of #4078AA
Complementary color
Monochromatic Colors of #4078AA
Black with #4078AA
Text Example
Text Example
White with #4078AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078AA; }
p { color: rgb(64,120,170); }
H1.HeaderClassName
{
color: #4078AA;
}
.AnyTagClassName
{
color: #4078AA;
}
</style>
background-color css
<style>
a { background-color: #4078AA; }
a { background-color: rgb(64,120,170); }
div.DivClassName
{
background-color: #4078AA;
}
.BgClassName
{
background-color: #4078AA;
}
</style>
border-color css
<style>
span { border-color: #4078AA; }
span { border-color: rgb(64,120,170); }
td.TdClassName
{
border-color: #4078AA;
}
.TagClassName
{
border-color: #4078AA;
}
</style>