Shades of Steel Blue #407CB5
Tints of Steel Blue #407CB5
RGB
CMYK
RGB Variations
Color information
#407CB5 (or 0x407CB5) is known color: Steel Blue. HEX triplet: 40, 7C and B5. RGB value is (64,124,181). Sum of RGB (Red+Green+Blue) = 64+124+181=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #407CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CB5 is #BF834A. Grayscale: #707070. Windows color (decimal): -12550987 or 11893824. OLE color: 11893824.
HSL color Cylindrical-coordinate representation of color #407CB5: hue angle of 209.23º 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 #407CB5 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 124 | 181 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.29 |
| HSL | 209.23º | 0.48% | 0.48% | - |
| HSV(B) | 209.23º | 0.65% | 0.71% | - |
| XYZ | 17.66 | 18.84 | 46.42 | - |
| YUV | 112.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 181 | 0.65 | 0.31 | 0 | 0.29 | 209.23 | 0.48 | 0.48 |
| Hex | 40 | 7C | B5 | 41 | 1F | 0 | 1D | D1 | 30 | 30 |
| Octal | 100 | 174 | 265 | 101 | 37 | 0 | 35 | 321 | 60 | 60 |
| Binary | 1000000 | 1111100 | 10110101 | 1000001 | 11111 | 0 | 11101 | 11010001 | 110000 | 110000 |
Color Harmonies of #407CB5
Complementary color
Monochromatic Colors of #407CB5
Black with #407CB5
Text Example
Text Example
White with #407CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CB5; }
p { color: rgb(64,124,181); }
H1.HeaderClassName
{
color: #407CB5;
}
.AnyTagClassName
{
color: #407CB5;
}
</style>
background-color css
<style>
a { background-color: #407CB5; }
a { background-color: rgb(64,124,181); }
div.DivClassName
{
background-color: #407CB5;
}
.BgClassName
{
background-color: #407CB5;
}
</style>
border-color css
<style>
span { border-color: #407CB5; }
span { border-color: rgb(64,124,181); }
td.TdClassName
{
border-color: #407CB5;
}
.TagClassName
{
border-color: #407CB5;
}
</style>