Shades of Steel Blue #407CBB
Tints of Steel Blue #407CBB
RGB
CMYK
RGB Variations
Color information
#407CBB (or 0x407CBB) is known color: Steel Blue. HEX triplet: 40, 7C and BB. RGB value is (64,124,187). Sum of RGB (Red+Green+Blue) = 64+124+187=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #407CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CBB is #BF8344. Grayscale: #707070. Windows color (decimal): -12550981 or 12287040. OLE color: 12287040.
HSL color Cylindrical-coordinate representation of color #407CBB: hue angle of 210.73º 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 #407CBB is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 124 | 187 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.27 |
| HSL | 210.73º | 0.49% | 0.49% | - |
| HSV(B) | 210.73º | 0.66% | 0.73% | - |
| XYZ | 18.29 | 19.09 | 49.73 | - |
| YUV | 113.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 187 | 0.66 | 0.34 | 0 | 0.27 | 210.73 | 0.49 | 0.49 |
| Hex | 40 | 7C | BB | 42 | 22 | 0 | 1B | D3 | 31 | 31 |
| Octal | 100 | 174 | 273 | 102 | 42 | 0 | 33 | 323 | 61 | 61 |
| Binary | 1000000 | 1111100 | 10111011 | 1000010 | 100010 | 0 | 11011 | 11010011 | 110001 | 110001 |
Color Harmonies of #407CBB
Complementary color
Monochromatic Colors of #407CBB
Black with #407CBB
Text Example
Text Example
White with #407CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CBB; }
p { color: rgb(64,124,187); }
H1.HeaderClassName
{
color: #407CBB;
}
.AnyTagClassName
{
color: #407CBB;
}
</style>
background-color css
<style>
a { background-color: #407CBB; }
a { background-color: rgb(64,124,187); }
div.DivClassName
{
background-color: #407CBB;
}
.BgClassName
{
background-color: #407CBB;
}
</style>
border-color css
<style>
span { border-color: #407CBB; }
span { border-color: rgb(64,124,187); }
td.TdClassName
{
border-color: #407CBB;
}
.TagClassName
{
border-color: #407CBB;
}
</style>