Shades of Windsor #482A87
Tints of Windsor #482A87
RGB
CMYK
RGB Variations
Color information
#482A87 (or 0x482A87) is known color: Windsor. HEX triplet: 48, 2A and 87. RGB value is (72,42,135). Sum of RGB (Red+Green+Blue) = 72+42+135=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #482A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A87 is #B7D578. Grayscale: #3D3D3D. Windows color (decimal): -12047737 or 8858184. OLE color: 8858184.
HSL color Cylindrical-coordinate representation of color #482A87: hue angle of 259.35º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482A87 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 42 | 135 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.47 |
| HSL | 259.35º | 0.53% | 0.35% | - |
| HSV(B) | 259.35º | 0.69% | 0.53% | - |
| XYZ | 7.87 | 4.78 | 23.43 | - |
| YUV | 61.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 135 | 0.47 | 0.69 | 0 | 0.47 | 259.35 | 0.53 | 0.35 |
| Hex | 48 | 2A | 87 | 2F | 45 | 0 | 2F | 103 | 35 | 23 |
| Octal | 110 | 52 | 207 | 57 | 105 | 0 | 57 | 403 | 65 | 43 |
| Binary | 1001000 | 101010 | 10000111 | 101111 | 1000101 | 0 | 101111 | 100000011 | 110101 | 100011 |
Color Harmonies of #482A87
Complementary color
Monochromatic Colors of #482A87
Black with #482A87
Text Example
Text Example
White with #482A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A87; }
p { color: rgb(72,42,135); }
H1.HeaderClassName
{
color: #482A87;
}
.AnyTagClassName
{
color: #482A87;
}
</style>
background-color css
<style>
a { background-color: #482A87; }
a { background-color: rgb(72,42,135); }
div.DivClassName
{
background-color: #482A87;
}
.BgClassName
{
background-color: #482A87;
}
</style>
border-color css
<style>
span { border-color: #482A87; }
span { border-color: rgb(72,42,135); }
td.TdClassName
{
border-color: #482A87;
}
.TagClassName
{
border-color: #482A87;
}
</style>