Shades of Windsor #461E79
Tints of Windsor #461E79
RGB
CMYK
RGB Variations
Color information
#461E79 (or 0x461E79) is known color: Windsor. HEX triplet: 46, 1E and 79. RGB value is (70,30,121). Sum of RGB (Red+Green+Blue) = 70+30+121=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #461E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E79 is #B9E186. Grayscale: #343434. Windows color (decimal): -12181895 or 7937606. OLE color: 7937606.
HSL color Cylindrical-coordinate representation of color #461E79: hue angle of 266.37º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461E79 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 30 | 121 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.53 |
| HSL | 266.37º | 0.6% | 0.3% | - |
| HSV(B) | 266.37º | 0.75% | 0.47% | - |
| XYZ | 6.44 | 3.61 | 18.45 | - |
| YUV | 52.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 121 | 0.42 | 0.75 | 0 | 0.53 | 266.37 | 0.6 | 0.3 |
| Hex | 46 | 1E | 79 | 2A | 4B | 0 | 35 | 10A | 3C | 1E |
| Octal | 106 | 36 | 171 | 52 | 113 | 0 | 65 | 412 | 74 | 36 |
| Binary | 1000110 | 11110 | 1111001 | 101010 | 1001011 | 0 | 110101 | 100001010 | 111100 | 11110 |
Color Harmonies of #461E79
Complementary color
Monochromatic Colors of #461E79
Black with #461E79
Text Example
Text Example
White with #461E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E79; }
p { color: rgb(70,30,121); }
H1.HeaderClassName
{
color: #461E79;
}
.AnyTagClassName
{
color: #461E79;
}
</style>
background-color css
<style>
a { background-color: #461E79; }
a { background-color: rgb(70,30,121); }
div.DivClassName
{
background-color: #461E79;
}
.BgClassName
{
background-color: #461E79;
}
</style>
border-color css
<style>
span { border-color: #461E79; }
span { border-color: rgb(70,30,121); }
td.TdClassName
{
border-color: #461E79;
}
.TagClassName
{
border-color: #461E79;
}
</style>