Shades of Steel Blue #407BAA
Tints of Steel Blue #407BAA
RGB
CMYK
RGB Variations
Color information
#407BAA (or 0x407BAA) is known color: Steel Blue. HEX triplet: 40, 7B and AA. RGB value is (64,123,170). Sum of RGB (Red+Green+Blue) = 64+123+170=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #407BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407BAA is #BF8455. Grayscale: #6E6E6E. Windows color (decimal): -12551254 or 11172672. OLE color: 11172672.
HSL color Cylindrical-coordinate representation of color #407BAA: hue angle of 206.6º 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 #407BAA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 123 | 170 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.33 |
| HSL | 206.6º | 0.45% | 0.46% | - |
| HSV(B) | 206.6º | 0.62% | 0.67% | - |
| XYZ | 16.45 | 18.16 | 40.67 | - |
| YUV | 110.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 170 | 0.62 | 0.28 | 0 | 0.33 | 206.6 | 0.45 | 0.46 |
| Hex | 40 | 7B | AA | 3E | 1C | 0 | 21 | CF | 2D | 2E |
| Octal | 100 | 173 | 252 | 76 | 34 | 0 | 41 | 317 | 55 | 56 |
| Binary | 1000000 | 1111011 | 10101010 | 111110 | 11100 | 0 | 100001 | 11001111 | 101101 | 101110 |
Color Harmonies of #407BAA
Complementary color
Monochromatic Colors of #407BAA
Black with #407BAA
Text Example
Text Example
White with #407BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BAA; }
p { color: rgb(64,123,170); }
H1.HeaderClassName
{
color: #407BAA;
}
.AnyTagClassName
{
color: #407BAA;
}
</style>
background-color css
<style>
a { background-color: #407BAA; }
a { background-color: rgb(64,123,170); }
div.DivClassName
{
background-color: #407BAA;
}
.BgClassName
{
background-color: #407BAA;
}
</style>
border-color css
<style>
span { border-color: #407BAA; }
span { border-color: rgb(64,123,170); }
td.TdClassName
{
border-color: #407BAA;
}
.TagClassName
{
border-color: #407BAA;
}
</style>