Shades of Steel Blue #407CBE
Tints of Steel Blue #407CBE
RGB
CMYK
RGB Variations
Color information
#407CBE (or 0x407CBE) is known color: Steel Blue. HEX triplet: 40, 7C and BE. RGB value is (64,124,190). Sum of RGB (Red+Green+Blue) = 64+124+190=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #407CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CBE is #BF8341. Grayscale: #717171. Windows color (decimal): -12550978 or 12483648. OLE color: 12483648.
HSL color Cylindrical-coordinate representation of color #407CBE: hue angle of 211.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407CBE is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 124 | 190 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.25 |
| HSL | 211.43º | 0.5% | 0.5% | - |
| HSV(B) | 211.43º | 0.66% | 0.75% | - |
| XYZ | 18.62 | 19.22 | 51.44 | - |
| YUV | 113.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 190 | 0.66 | 0.35 | 0 | 0.25 | 211.43 | 0.5 | 0.5 |
| Hex | 40 | 7C | BE | 42 | 23 | 0 | 19 | D3 | 32 | 32 |
| Octal | 100 | 174 | 276 | 102 | 43 | 0 | 31 | 323 | 62 | 62 |
| Binary | 1000000 | 1111100 | 10111110 | 1000010 | 100011 | 0 | 11001 | 11010011 | 110010 | 110010 |
Color Harmonies of #407CBE
Complementary color
Monochromatic Colors of #407CBE
Black with #407CBE
Text Example
Text Example
White with #407CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CBE; }
p { color: rgb(64,124,190); }
H1.HeaderClassName
{
color: #407CBE;
}
.AnyTagClassName
{
color: #407CBE;
}
</style>
background-color css
<style>
a { background-color: #407CBE; }
a { background-color: rgb(64,124,190); }
div.DivClassName
{
background-color: #407CBE;
}
.BgClassName
{
background-color: #407CBE;
}
</style>
border-color css
<style>
span { border-color: #407CBE; }
span { border-color: rgb(64,124,190); }
td.TdClassName
{
border-color: #407CBE;
}
.TagClassName
{
border-color: #407CBE;
}
</style>