Shades of Windsor #462E84
Tints of Windsor #462E84
RGB
CMYK
RGB Variations
Color information
#462E84 (or 0x462E84) is known color: Windsor. HEX triplet: 46, 2E and 84. RGB value is (70,46,132). Sum of RGB (Red+Green+Blue) = 70+46+132=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #462E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E84 is #B9D17B. Grayscale: #3E3E3E. Windows color (decimal): -12177788 or 8662598. OLE color: 8662598.
HSL color Cylindrical-coordinate representation of color #462E84: hue angle of 256.74º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462E84 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 46 | 132 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.48 |
| HSL | 256.74º | 0.48% | 0.35% | - |
| HSV(B) | 256.74º | 0.65% | 0.52% | - |
| XYZ | 7.67 | 4.92 | 22.38 | - |
| YUV | 62.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 132 | 0.47 | 0.65 | 0 | 0.48 | 256.74 | 0.48 | 0.35 |
| Hex | 46 | 2E | 84 | 2F | 41 | 0 | 30 | 101 | 30 | 23 |
| Octal | 106 | 56 | 204 | 57 | 101 | 0 | 60 | 401 | 60 | 43 |
| Binary | 1000110 | 101110 | 10000100 | 101111 | 1000001 | 0 | 110000 | 100000001 | 110000 | 100011 |
Color Harmonies of #462E84
Complementary color
Monochromatic Colors of #462E84
Black with #462E84
Text Example
Text Example
White with #462E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E84; }
p { color: rgb(70,46,132); }
H1.HeaderClassName
{
color: #462E84;
}
.AnyTagClassName
{
color: #462E84;
}
</style>
background-color css
<style>
a { background-color: #462E84; }
a { background-color: rgb(70,46,132); }
div.DivClassName
{
background-color: #462E84;
}
.BgClassName
{
background-color: #462E84;
}
</style>
border-color css
<style>
span { border-color: #462E84; }
span { border-color: rgb(70,46,132); }
td.TdClassName
{
border-color: #462E84;
}
.TagClassName
{
border-color: #462E84;
}
</style>