Shades of Steel Blue #407BAB
Tints of Steel Blue #407BAB
RGB
CMYK
RGB Variations
Color information
#407BAB (or 0x407BAB) is known color: Steel Blue. HEX triplet: 40, 7B and AB. RGB value is (64,123,171). Sum of RGB (Red+Green+Blue) = 64+123+171=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #407BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407BAB is #BF8454. Grayscale: #6E6E6E. Windows color (decimal): -12551253 or 11238208. OLE color: 11238208.
HSL color Cylindrical-coordinate representation of color #407BAB: hue angle of 206.92º 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 #407BAB is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 123 | 171 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.33 |
| HSL | 206.92º | 0.46% | 0.46% | - |
| HSV(B) | 206.92º | 0.63% | 0.67% | - |
| XYZ | 16.55 | 18.2 | 41.17 | - |
| YUV | 110.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 171 | 0.63 | 0.28 | 0 | 0.33 | 206.92 | 0.46 | 0.46 |
| Hex | 40 | 7B | AB | 3F | 1C | 0 | 21 | CF | 2E | 2E |
| Octal | 100 | 173 | 253 | 77 | 34 | 0 | 41 | 317 | 56 | 56 |
| Binary | 1000000 | 1111011 | 10101011 | 111111 | 11100 | 0 | 100001 | 11001111 | 101110 | 101110 |
Color Harmonies of #407BAB
Complementary color
Monochromatic Colors of #407BAB
Black with #407BAB
Text Example
Text Example
White with #407BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BAB; }
p { color: rgb(64,123,171); }
H1.HeaderClassName
{
color: #407BAB;
}
.AnyTagClassName
{
color: #407BAB;
}
</style>
background-color css
<style>
a { background-color: #407BAB; }
a { background-color: rgb(64,123,171); }
div.DivClassName
{
background-color: #407BAB;
}
.BgClassName
{
background-color: #407BAB;
}
</style>
border-color css
<style>
span { border-color: #407BAB; }
span { border-color: rgb(64,123,171); }
td.TdClassName
{
border-color: #407BAB;
}
.TagClassName
{
border-color: #407BAB;
}
</style>