Shades of Steel Blue #466EB7
Tints of Steel Blue #466EB7
RGB
CMYK
RGB Variations
Color information
#466EB7 (or 0x466EB7) is known color: Steel Blue. HEX triplet: 46, 6E and B7. RGB value is (70,110,183). Sum of RGB (Red+Green+Blue) = 70+110+183=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #466EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EB7 is #B99148. Grayscale: #6A6A6A. Windows color (decimal): -12161353 or 12021318. OLE color: 12021318.
HSL color Cylindrical-coordinate representation of color #466EB7: hue angle of 218.76º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466EB7 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 110 | 183 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.28 |
| HSL | 218.76º | 0.45% | 0.5% | - |
| HSV(B) | 218.76º | 0.62% | 0.72% | - |
| XYZ | 16.65 | 15.87 | 46.99 | - |
| YUV | 106.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 183 | 0.62 | 0.40 | 0 | 0.28 | 218.76 | 0.45 | 0.5 |
| Hex | 46 | 6E | B7 | 3E | 28 | 0 | 1C | DB | 2D | 32 |
| Octal | 106 | 156 | 267 | 76 | 50 | 0 | 34 | 333 | 55 | 62 |
| Binary | 1000110 | 1101110 | 10110111 | 111110 | 101000 | 0 | 11100 | 11011011 | 101101 | 110010 |
Color Harmonies of #466EB7
Complementary color
Monochromatic Colors of #466EB7
Black with #466EB7
Text Example
Text Example
White with #466EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EB7; }
p { color: rgb(70,110,183); }
H1.HeaderClassName
{
color: #466EB7;
}
.AnyTagClassName
{
color: #466EB7;
}
</style>
background-color css
<style>
a { background-color: #466EB7; }
a { background-color: rgb(70,110,183); }
div.DivClassName
{
background-color: #466EB7;
}
.BgClassName
{
background-color: #466EB7;
}
</style>
border-color css
<style>
span { border-color: #466EB7; }
span { border-color: rgb(70,110,183); }
td.TdClassName
{
border-color: #466EB7;
}
.TagClassName
{
border-color: #466EB7;
}
</style>