Shades of Windsor #461C79
Tints of Windsor #461C79
RGB
CMYK
RGB Variations
Color information
#461C79 (or 0x461C79) is known color: Windsor. HEX triplet: 46, 1C and 79. RGB value is (70,28,121). Sum of RGB (Red+Green+Blue) = 70+28+121=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #461C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C79 is #B9E386. Grayscale: #323232. Windows color (decimal): -12182407 or 7937094. OLE color: 7937094.
HSL color Cylindrical-coordinate representation of color #461C79: hue angle of 267.1º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461C79 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 28 | 121 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.53 |
| HSL | 267.1º | 0.62% | 0.29% | - |
| HSV(B) | 267.1º | 0.77% | 0.47% | - |
| XYZ | 6.39 | 3.51 | 18.43 | - |
| YUV | 51.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 121 | 0.42 | 0.77 | 0 | 0.53 | 267.1 | 0.62 | 0.29 |
| Hex | 46 | 1C | 79 | 2A | 4D | 0 | 35 | 10B | 3E | 1D |
| Octal | 106 | 34 | 171 | 52 | 115 | 0 | 65 | 413 | 76 | 35 |
| Binary | 1000110 | 11100 | 1111001 | 101010 | 1001101 | 0 | 110101 | 100001011 | 111110 | 11101 |
Color Harmonies of #461C79
Complementary color
Monochromatic Colors of #461C79
Black with #461C79
Text Example
Text Example
White with #461C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C79; }
p { color: rgb(70,28,121); }
H1.HeaderClassName
{
color: #461C79;
}
.AnyTagClassName
{
color: #461C79;
}
</style>
background-color css
<style>
a { background-color: #461C79; }
a { background-color: rgb(70,28,121); }
div.DivClassName
{
background-color: #461C79;
}
.BgClassName
{
background-color: #461C79;
}
</style>
border-color css
<style>
span { border-color: #461C79; }
span { border-color: rgb(70,28,121); }
td.TdClassName
{
border-color: #461C79;
}
.TagClassName
{
border-color: #461C79;
}
</style>