Shades of Steel Blue #407ABA
Tints of Steel Blue #407ABA
RGB
CMYK
RGB Variations
Color information
#407ABA (or 0x407ABA) is known color: Steel Blue. HEX triplet: 40, 7A and BA. RGB value is (64,122,186). Sum of RGB (Red+Green+Blue) = 64+122+186=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #407ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ABA is #BF8545. Grayscale: #6F6F6F. Windows color (decimal): -12551494 or 12220992. OLE color: 12220992.
HSL color Cylindrical-coordinate representation of color #407ABA: hue angle of 211.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407ABA is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 122 | 186 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.27 |
| HSL | 211.48º | 0.49% | 0.49% | - |
| HSV(B) | 211.48º | 0.66% | 0.73% | - |
| XYZ | 17.94 | 18.55 | 49.09 | - |
| YUV | 111.95 | 169.78 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 186 | 0.66 | 0.34 | 0 | 0.27 | 211.48 | 0.49 | 0.49 |
| Hex | 40 | 7A | BA | 42 | 22 | 0 | 1B | D3 | 31 | 31 |
| Octal | 100 | 172 | 272 | 102 | 42 | 0 | 33 | 323 | 61 | 61 |
| Binary | 1000000 | 1111010 | 10111010 | 1000010 | 100010 | 0 | 11011 | 11010011 | 110001 | 110001 |
Color Harmonies of #407ABA
Complementary color
Monochromatic Colors of #407ABA
Black with #407ABA
Text Example
Text Example
White with #407ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ABA; }
p { color: rgb(64,122,186); }
H1.HeaderClassName
{
color: #407ABA;
}
.AnyTagClassName
{
color: #407ABA;
}
</style>
background-color css
<style>
a { background-color: #407ABA; }
a { background-color: rgb(64,122,186); }
div.DivClassName
{
background-color: #407ABA;
}
.BgClassName
{
background-color: #407ABA;
}
</style>
border-color css
<style>
span { border-color: #407ABA; }
span { border-color: rgb(64,122,186); }
td.TdClassName
{
border-color: #407ABA;
}
.TagClassName
{
border-color: #407ABA;
}
</style>