Shades of Steel Blue #407AB1
Tints of Steel Blue #407AB1
RGB
CMYK
RGB Variations
Color information
#407AB1 (or 0x407AB1) is known color: Steel Blue. HEX triplet: 40, 7A and B1. RGB value is (64,122,177). Sum of RGB (Red+Green+Blue) = 64+122+177=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #407AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AB1 is #BF854E. Grayscale: #6E6E6E. Windows color (decimal): -12551503 or 11631168. OLE color: 11631168.
HSL color Cylindrical-coordinate representation of color #407AB1: hue angle of 209.2º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #407AB1 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 122 | 177 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.31 |
| HSL | 209.2º | 0.47% | 0.47% | - |
| HSV(B) | 209.2º | 0.64% | 0.69% | - |
| XYZ | 17.01 | 18.18 | 44.21 | - |
| YUV | 110.93 | 165.28 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 177 | 0.64 | 0.31 | 0 | 0.31 | 209.2 | 0.47 | 0.47 |
| Hex | 40 | 7A | B1 | 40 | 1F | 0 | 1F | D1 | 2F | 2F |
| Octal | 100 | 172 | 261 | 100 | 37 | 0 | 37 | 321 | 57 | 57 |
| Binary | 1000000 | 1111010 | 10110001 | 1000000 | 11111 | 0 | 11111 | 11010001 | 101111 | 101111 |
Color Harmonies of #407AB1
Complementary color
Monochromatic Colors of #407AB1
Black with #407AB1
Text Example
Text Example
White with #407AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AB1; }
p { color: rgb(64,122,177); }
H1.HeaderClassName
{
color: #407AB1;
}
.AnyTagClassName
{
color: #407AB1;
}
</style>
background-color css
<style>
a { background-color: #407AB1; }
a { background-color: rgb(64,122,177); }
div.DivClassName
{
background-color: #407AB1;
}
.BgClassName
{
background-color: #407AB1;
}
</style>
border-color css
<style>
span { border-color: #407AB1; }
span { border-color: rgb(64,122,177); }
td.TdClassName
{
border-color: #407AB1;
}
.TagClassName
{
border-color: #407AB1;
}
</style>