Shades of Windsor #4E2482
Tints of Windsor #4E2482
RGB
CMYK
RGB Variations
Color information
#4E2482 (or 0x4E2482) is known color: Windsor. HEX triplet: 4E, 24 and 82. RGB value is (78,36,130). Sum of RGB (Red+Green+Blue) = 78+36+130=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E2482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2482 is #B1DB7D. Grayscale: #3A3A3A. Windows color (decimal): -11656062 or 8528974. OLE color: 8528974.
HSL color Cylindrical-coordinate representation of color #4E2482: hue angle of 266.81º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E2482 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 36 | 130 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.49 |
| HSL | 266.81º | 0.57% | 0.33% | - |
| HSV(B) | 266.81º | 0.72% | 0.51% | - |
| XYZ | 7.8 | 4.49 | 21.58 | - |
| YUV | 59.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 130 | 0.40 | 0.72 | 0 | 0.49 | 266.81 | 0.57 | 0.33 |
| Hex | 4E | 24 | 82 | 28 | 48 | 0 | 31 | 10B | 39 | 21 |
| Octal | 116 | 44 | 202 | 50 | 110 | 0 | 61 | 413 | 71 | 41 |
| Binary | 1001110 | 100100 | 10000010 | 101000 | 1001000 | 0 | 110001 | 100001011 | 111001 | 100001 |
Color Harmonies of #4E2482
Complementary color
Monochromatic Colors of #4E2482
Black with #4E2482
Text Example
Text Example
White with #4E2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2482; }
p { color: rgb(78,36,130); }
H1.HeaderClassName
{
color: #4E2482;
}
.AnyTagClassName
{
color: #4E2482;
}
</style>
background-color css
<style>
a { background-color: #4E2482; }
a { background-color: rgb(78,36,130); }
div.DivClassName
{
background-color: #4E2482;
}
.BgClassName
{
background-color: #4E2482;
}
</style>
border-color css
<style>
span { border-color: #4E2482; }
span { border-color: rgb(78,36,130); }
td.TdClassName
{
border-color: #4E2482;
}
.TagClassName
{
border-color: #4E2482;
}
</style>