Shades of Steel Blue #407BAD
Tints of Steel Blue #407BAD
RGB
CMYK
RGB Variations
Color information
#407BAD (or 0x407BAD) is known color: Steel Blue. HEX triplet: 40, 7B and AD. RGB value is (64,123,173). Sum of RGB (Red+Green+Blue) = 64+123+173=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #407BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407BAD is #BF8452. Grayscale: #6E6E6E. Windows color (decimal): -12551251 or 11369280. OLE color: 11369280.
HSL color Cylindrical-coordinate representation of color #407BAD: hue angle of 207.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407BAD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 123 | 173 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.32 |
| HSL | 207.52º | 0.46% | 0.46% | - |
| HSV(B) | 207.52º | 0.63% | 0.68% | - |
| XYZ | 16.74 | 18.27 | 42.18 | - |
| YUV | 111.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 173 | 0.63 | 0.29 | 0 | 0.32 | 207.52 | 0.46 | 0.46 |
| Hex | 40 | 7B | AD | 3F | 1D | 0 | 20 | D0 | 2E | 2E |
| Octal | 100 | 173 | 255 | 77 | 35 | 0 | 40 | 320 | 56 | 56 |
| Binary | 1000000 | 1111011 | 10101101 | 111111 | 11101 | 0 | 100000 | 11010000 | 101110 | 101110 |
Color Harmonies of #407BAD
Complementary color
Monochromatic Colors of #407BAD
Black with #407BAD
Text Example
Text Example
White with #407BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BAD; }
p { color: rgb(64,123,173); }
H1.HeaderClassName
{
color: #407BAD;
}
.AnyTagClassName
{
color: #407BAD;
}
</style>
background-color css
<style>
a { background-color: #407BAD; }
a { background-color: rgb(64,123,173); }
div.DivClassName
{
background-color: #407BAD;
}
.BgClassName
{
background-color: #407BAD;
}
</style>
border-color css
<style>
span { border-color: #407BAD; }
span { border-color: rgb(64,123,173); }
td.TdClassName
{
border-color: #407BAD;
}
.TagClassName
{
border-color: #407BAD;
}
</style>