Shades of Steel Blue #407ABD
Tints of Steel Blue #407ABD
RGB
CMYK
RGB Variations
Color information
#407ABD (or 0x407ABD) is known color: Steel Blue. HEX triplet: 40, 7A and BD. RGB value is (64,122,189). Sum of RGB (Red+Green+Blue) = 64+122+189=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #407ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ABD is #BF8542. Grayscale: #6F6F6F. Windows color (decimal): -12551491 or 12417600. OLE color: 12417600.
HSL color Cylindrical-coordinate representation of color #407ABD: hue angle of 212.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407ABD is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 122 | 189 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.26 |
| HSL | 212.16º | 0.49% | 0.5% | - |
| HSV(B) | 212.16º | 0.66% | 0.74% | - |
| XYZ | 18.26 | 18.68 | 50.79 | - |
| YUV | 112.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 189 | 0.66 | 0.35 | 0 | 0.26 | 212.16 | 0.49 | 0.5 |
| Hex | 40 | 7A | BD | 42 | 23 | 0 | 1A | D4 | 31 | 32 |
| Octal | 100 | 172 | 275 | 102 | 43 | 0 | 32 | 324 | 61 | 62 |
| Binary | 1000000 | 1111010 | 10111101 | 1000010 | 100011 | 0 | 11010 | 11010100 | 110001 | 110010 |
Color Harmonies of #407ABD
Complementary color
Monochromatic Colors of #407ABD
Black with #407ABD
Text Example
Text Example
White with #407ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ABD; }
p { color: rgb(64,122,189); }
H1.HeaderClassName
{
color: #407ABD;
}
.AnyTagClassName
{
color: #407ABD;
}
</style>
background-color css
<style>
a { background-color: #407ABD; }
a { background-color: rgb(64,122,189); }
div.DivClassName
{
background-color: #407ABD;
}
.BgClassName
{
background-color: #407ABD;
}
</style>
border-color css
<style>
span { border-color: #407ABD; }
span { border-color: rgb(64,122,189); }
td.TdClassName
{
border-color: #407ABD;
}
.TagClassName
{
border-color: #407ABD;
}
</style>