Shades of Windsor #461E7C
Tints of Windsor #461E7C
RGB
CMYK
RGB Variations
Color information
#461E7C (or 0x461E7C) is known color: Windsor. HEX triplet: 46, 1E and 7C. RGB value is (70,30,124). Sum of RGB (Red+Green+Blue) = 70+30+124=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #461E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E7C is #B9E183. Grayscale: #343434. Windows color (decimal): -12181892 or 8134214. OLE color: 8134214.
HSL color Cylindrical-coordinate representation of color #461E7C: hue angle of 265.53º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461E7C is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 30 | 124 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.51 |
| HSL | 265.53º | 0.61% | 0.3% | - |
| HSV(B) | 265.53º | 0.76% | 0.49% | - |
| XYZ | 6.63 | 3.69 | 19.43 | - |
| YUV | 52.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 124 | 0.44 | 0.76 | 0 | 0.51 | 265.53 | 0.61 | 0.3 |
| Hex | 46 | 1E | 7C | 2C | 4C | 0 | 33 | 10A | 3D | 1E |
| Octal | 106 | 36 | 174 | 54 | 114 | 0 | 63 | 412 | 75 | 36 |
| Binary | 1000110 | 11110 | 1111100 | 101100 | 1001100 | 0 | 110011 | 100001010 | 111101 | 11110 |
Color Harmonies of #461E7C
Complementary color
Monochromatic Colors of #461E7C
Black with #461E7C
Text Example
Text Example
White with #461E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E7C; }
p { color: rgb(70,30,124); }
H1.HeaderClassName
{
color: #461E7C;
}
.AnyTagClassName
{
color: #461E7C;
}
</style>
background-color css
<style>
a { background-color: #461E7C; }
a { background-color: rgb(70,30,124); }
div.DivClassName
{
background-color: #461E7C;
}
.BgClassName
{
background-color: #461E7C;
}
</style>
border-color css
<style>
span { border-color: #461E7C; }
span { border-color: rgb(70,30,124); }
td.TdClassName
{
border-color: #461E7C;
}
.TagClassName
{
border-color: #461E7C;
}
</style>