Shades of Steel Blue #407CB6
Tints of Steel Blue #407CB6
RGB
CMYK
RGB Variations
Color information
#407CB6 (or 0x407CB6) is known color: Steel Blue. HEX triplet: 40, 7C and B6. RGB value is (64,124,182). Sum of RGB (Red+Green+Blue) = 64+124+182=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #407CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CB6 is #BF8349. Grayscale: #707070. Windows color (decimal): -12550986 or 11959360. OLE color: 11959360.
HSL color Cylindrical-coordinate representation of color #407CB6: hue angle of 209.49º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407CB6 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 124 | 182 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.29 |
| HSL | 209.49º | 0.48% | 0.48% | - |
| HSV(B) | 209.49º | 0.65% | 0.71% | - |
| XYZ | 17.77 | 18.88 | 46.96 | - |
| YUV | 112.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 182 | 0.65 | 0.32 | 0 | 0.29 | 209.49 | 0.48 | 0.48 |
| Hex | 40 | 7C | B6 | 41 | 20 | 0 | 1D | D1 | 30 | 30 |
| Octal | 100 | 174 | 266 | 101 | 40 | 0 | 35 | 321 | 60 | 60 |
| Binary | 1000000 | 1111100 | 10110110 | 1000001 | 100000 | 0 | 11101 | 11010001 | 110000 | 110000 |
Color Harmonies of #407CB6
Complementary color
Monochromatic Colors of #407CB6
Black with #407CB6
Text Example
Text Example
White with #407CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CB6; }
p { color: rgb(64,124,182); }
H1.HeaderClassName
{
color: #407CB6;
}
.AnyTagClassName
{
color: #407CB6;
}
</style>
background-color css
<style>
a { background-color: #407CB6; }
a { background-color: rgb(64,124,182); }
div.DivClassName
{
background-color: #407CB6;
}
.BgClassName
{
background-color: #407CB6;
}
</style>
border-color css
<style>
span { border-color: #407CB6; }
span { border-color: rgb(64,124,182); }
td.TdClassName
{
border-color: #407CB6;
}
.TagClassName
{
border-color: #407CB6;
}
</style>