Shades of Windsor #461D78
Tints of Windsor #461D78
RGB
CMYK
RGB Variations
Color information
#461D78 (or 0x461D78) is known color: Windsor. HEX triplet: 46, 1D and 78. RGB value is (70,29,120). Sum of RGB (Red+Green+Blue) = 70+29+120=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #461D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D78 is #B9E287. Grayscale: #333333. Windows color (decimal): -12182152 or 7871814. OLE color: 7871814.
HSL color Cylindrical-coordinate representation of color #461D78: hue angle of 267.03º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461D78 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 29 | 120 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.53 |
| HSL | 267.03º | 0.61% | 0.29% | - |
| HSV(B) | 267.03º | 0.76% | 0.47% | - |
| XYZ | 6.36 | 3.54 | 18.12 | - |
| YUV | 51.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 120 | 0.42 | 0.76 | 0 | 0.53 | 267.03 | 0.61 | 0.29 |
| Hex | 46 | 1D | 78 | 2A | 4C | 0 | 35 | 10B | 3D | 1D |
| Octal | 106 | 35 | 170 | 52 | 114 | 0 | 65 | 413 | 75 | 35 |
| Binary | 1000110 | 11101 | 1111000 | 101010 | 1001100 | 0 | 110101 | 100001011 | 111101 | 11101 |
Color Harmonies of #461D78
Complementary color
Monochromatic Colors of #461D78
Black with #461D78
Text Example
Text Example
White with #461D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D78; }
p { color: rgb(70,29,120); }
H1.HeaderClassName
{
color: #461D78;
}
.AnyTagClassName
{
color: #461D78;
}
</style>
background-color css
<style>
a { background-color: #461D78; }
a { background-color: rgb(70,29,120); }
div.DivClassName
{
background-color: #461D78;
}
.BgClassName
{
background-color: #461D78;
}
</style>
border-color css
<style>
span { border-color: #461D78; }
span { border-color: rgb(70,29,120); }
td.TdClassName
{
border-color: #461D78;
}
.TagClassName
{
border-color: #461D78;
}
</style>