Shades of Steel Blue #407ABB
Tints of Steel Blue #407ABB
RGB
CMYK
RGB Variations
Color information
#407ABB (or 0x407ABB) is known color: Steel Blue. HEX triplet: 40, 7A and BB. RGB value is (64,122,187). Sum of RGB (Red+Green+Blue) = 64+122+187=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #407ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ABB is #BF8544. Grayscale: #6F6F6F. Windows color (decimal): -12551493 or 12286528. OLE color: 12286528.
HSL color Cylindrical-coordinate representation of color #407ABB: hue angle of 211.71º 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 #407ABB is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 122 | 187 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.27 |
| HSL | 211.71º | 0.49% | 0.49% | - |
| HSV(B) | 211.71º | 0.66% | 0.73% | - |
| XYZ | 18.04 | 18.6 | 49.65 | - |
| YUV | 112.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 187 | 0.66 | 0.35 | 0 | 0.27 | 211.71 | 0.49 | 0.49 |
| Hex | 40 | 7A | BB | 42 | 23 | 0 | 1B | D4 | 31 | 31 |
| Octal | 100 | 172 | 273 | 102 | 43 | 0 | 33 | 324 | 61 | 61 |
| Binary | 1000000 | 1111010 | 10111011 | 1000010 | 100011 | 0 | 11011 | 11010100 | 110001 | 110001 |
Color Harmonies of #407ABB
Complementary color
Monochromatic Colors of #407ABB
Black with #407ABB
Text Example
Text Example
White with #407ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ABB; }
p { color: rgb(64,122,187); }
H1.HeaderClassName
{
color: #407ABB;
}
.AnyTagClassName
{
color: #407ABB;
}
</style>
background-color css
<style>
a { background-color: #407ABB; }
a { background-color: rgb(64,122,187); }
div.DivClassName
{
background-color: #407ABB;
}
.BgClassName
{
background-color: #407ABB;
}
</style>
border-color css
<style>
span { border-color: #407ABB; }
span { border-color: rgb(64,122,187); }
td.TdClassName
{
border-color: #407ABB;
}
.TagClassName
{
border-color: #407ABB;
}
</style>