Shades of Steel Blue #407AB4
Tints of Steel Blue #407AB4
RGB
CMYK
RGB Variations
Color information
#407AB4 (or 0x407AB4) is known color: Steel Blue. HEX triplet: 40, 7A and B4. RGB value is (64,122,180). Sum of RGB (Red+Green+Blue) = 64+122+180=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #407AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AB4 is #BF854B. Grayscale: #6E6E6E. Windows color (decimal): -12551500 or 11827776. OLE color: 11827776.
HSL color Cylindrical-coordinate representation of color #407AB4: hue angle of 210º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #407AB4 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 122 | 180 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.29 |
| HSL | 210º | 0.48% | 0.48% | - |
| HSV(B) | 210º | 0.64% | 0.71% | - |
| XYZ | 17.31 | 18.3 | 45.8 | - |
| YUV | 111.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 180 | 0.64 | 0.32 | 0 | 0.29 | 210 | 0.48 | 0.48 |
| Hex | 40 | 7A | B4 | 40 | 20 | 0 | 1D | D2 | 30 | 30 |
| Octal | 100 | 172 | 264 | 100 | 40 | 0 | 35 | 322 | 60 | 60 |
| Binary | 1000000 | 1111010 | 10110100 | 1000000 | 100000 | 0 | 11101 | 11010010 | 110000 | 110000 |
Color Harmonies of #407AB4
Complementary color
Monochromatic Colors of #407AB4
Black with #407AB4
Text Example
Text Example
White with #407AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AB4; }
p { color: rgb(64,122,180); }
H1.HeaderClassName
{
color: #407AB4;
}
.AnyTagClassName
{
color: #407AB4;
}
</style>
background-color css
<style>
a { background-color: #407AB4; }
a { background-color: rgb(64,122,180); }
div.DivClassName
{
background-color: #407AB4;
}
.BgClassName
{
background-color: #407AB4;
}
</style>
border-color css
<style>
span { border-color: #407AB4; }
span { border-color: rgb(64,122,180); }
td.TdClassName
{
border-color: #407AB4;
}
.TagClassName
{
border-color: #407AB4;
}
</style>