Shades of Windsor #461E92
Tints of Windsor #461E92
RGB
CMYK
RGB Variations
Color information
#461E92 (or 0x461E92) is known color: Windsor. HEX triplet: 46, 1E and 92. RGB value is (70,30,146). Sum of RGB (Red+Green+Blue) = 70+30+146=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #461E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461E92 is #B9E16D. Grayscale: #363636. Windows color (decimal): -12181870 or 9576006. OLE color: 9576006.
HSL color Cylindrical-coordinate representation of color #461E92: hue angle of 260.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461E92 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 30 | 146 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.43 |
| HSL | 260.69º | 0.66% | 0.35% | - |
| HSV(B) | 260.69º | 0.79% | 0.57% | - |
| XYZ | 8.18 | 4.31 | 27.59 | - |
| YUV | 55.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 146 | 0.52 | 0.79 | 0 | 0.43 | 260.69 | 0.66 | 0.35 |
| Hex | 46 | 1E | 92 | 34 | 4F | 0 | 2B | 105 | 42 | 23 |
| Octal | 106 | 36 | 222 | 64 | 117 | 0 | 53 | 405 | 102 | 43 |
| Binary | 1000110 | 11110 | 10010010 | 110100 | 1001111 | 0 | 101011 | 100000101 | 1000010 | 100011 |
Color Harmonies of #461E92
Complementary color
Monochromatic Colors of #461E92
Black with #461E92
Text Example
Text Example
White with #461E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E92; }
p { color: rgb(70,30,146); }
H1.HeaderClassName
{
color: #461E92;
}
.AnyTagClassName
{
color: #461E92;
}
</style>
background-color css
<style>
a { background-color: #461E92; }
a { background-color: rgb(70,30,146); }
div.DivClassName
{
background-color: #461E92;
}
.BgClassName
{
background-color: #461E92;
}
</style>
border-color css
<style>
span { border-color: #461E92; }
span { border-color: rgb(70,30,146); }
td.TdClassName
{
border-color: #461E92;
}
.TagClassName
{
border-color: #461E92;
}
</style>