Shades of Windsor #482B84
Tints of Windsor #482B84
RGB
CMYK
RGB Variations
Color information
#482B84 (or 0x482B84) is known color: Windsor. HEX triplet: 48, 2B and 84. RGB value is (72,43,132). Sum of RGB (Red+Green+Blue) = 72+43+132=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #482B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482B84 is #B7D47B. Grayscale: #3D3D3D. Windows color (decimal): -12047484 or 8661832. OLE color: 8661832.
HSL color Cylindrical-coordinate representation of color #482B84: hue angle of 259.55º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482B84 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 43 | 132 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.48 |
| HSL | 259.55º | 0.51% | 0.34% | - |
| HSV(B) | 259.55º | 0.67% | 0.52% | - |
| XYZ | 7.7 | 4.77 | 22.34 | - |
| YUV | 61.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 132 | 0.45 | 0.67 | 0 | 0.48 | 259.55 | 0.51 | 0.34 |
| Hex | 48 | 2B | 84 | 2D | 43 | 0 | 30 | 104 | 33 | 22 |
| Octal | 110 | 53 | 204 | 55 | 103 | 0 | 60 | 404 | 63 | 42 |
| Binary | 1001000 | 101011 | 10000100 | 101101 | 1000011 | 0 | 110000 | 100000100 | 110011 | 100010 |
Color Harmonies of #482B84
Complementary color
Monochromatic Colors of #482B84
Black with #482B84
Text Example
Text Example
White with #482B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B84; }
p { color: rgb(72,43,132); }
H1.HeaderClassName
{
color: #482B84;
}
.AnyTagClassName
{
color: #482B84;
}
</style>
background-color css
<style>
a { background-color: #482B84; }
a { background-color: rgb(72,43,132); }
div.DivClassName
{
background-color: #482B84;
}
.BgClassName
{
background-color: #482B84;
}
</style>
border-color css
<style>
span { border-color: #482B84; }
span { border-color: rgb(72,43,132); }
td.TdClassName
{
border-color: #482B84;
}
.TagClassName
{
border-color: #482B84;
}
</style>