Shades of Steel Blue #407BBB
Tints of Steel Blue #407BBB
RGB
CMYK
RGB Variations
Color information
#407BBB (or 0x407BBB) is known color: Steel Blue. HEX triplet: 40, 7B and BB. RGB value is (64,123,187). Sum of RGB (Red+Green+Blue) = 64+123+187=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #407BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BBB is #BF8444. Grayscale: #707070. Windows color (decimal): -12551237 or 12286784. OLE color: 12286784.
HSL color Cylindrical-coordinate representation of color #407BBB: hue angle of 211.22º 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 #407BBB is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 123 | 187 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.27 |
| HSL | 211.22º | 0.49% | 0.49% | - |
| HSV(B) | 211.22º | 0.66% | 0.73% | - |
| XYZ | 18.17 | 18.84 | 49.69 | - |
| YUV | 112.66 | 169.95 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 187 | 0.66 | 0.34 | 0 | 0.27 | 211.22 | 0.49 | 0.49 |
| Hex | 40 | 7B | BB | 42 | 22 | 0 | 1B | D3 | 31 | 31 |
| Octal | 100 | 173 | 273 | 102 | 42 | 0 | 33 | 323 | 61 | 61 |
| Binary | 1000000 | 1111011 | 10111011 | 1000010 | 100010 | 0 | 11011 | 11010011 | 110001 | 110001 |
Color Harmonies of #407BBB
Complementary color
Monochromatic Colors of #407BBB
Black with #407BBB
Text Example
Text Example
White with #407BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BBB; }
p { color: rgb(64,123,187); }
H1.HeaderClassName
{
color: #407BBB;
}
.AnyTagClassName
{
color: #407BBB;
}
</style>
background-color css
<style>
a { background-color: #407BBB; }
a { background-color: rgb(64,123,187); }
div.DivClassName
{
background-color: #407BBB;
}
.BgClassName
{
background-color: #407BBB;
}
</style>
border-color css
<style>
span { border-color: #407BBB; }
span { border-color: rgb(64,123,187); }
td.TdClassName
{
border-color: #407BBB;
}
.TagClassName
{
border-color: #407BBB;
}
</style>