Shades of Windsor #482E76
Tints of Windsor #482E76
RGB
CMYK
RGB Variations
Color information
#482E76 (or 0x482E76) is known color: Windsor. HEX triplet: 48, 2E and 76. RGB value is (72,46,118). Sum of RGB (Red+Green+Blue) = 72+46+118=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #482E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E76 is #B7D189. Grayscale: #3D3D3D. Windows color (decimal): -12046730 or 7745096. OLE color: 7745096.
HSL color Cylindrical-coordinate representation of color #482E76: hue angle of 261.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482E76 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 46 | 118 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.54 |
| HSL | 261.67º | 0.44% | 0.32% | - |
| HSV(B) | 261.67º | 0.61% | 0.46% | - |
| XYZ | 6.92 | 4.64 | 17.67 | - |
| YUV | 61.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 118 | 0.39 | 0.61 | 0 | 0.54 | 261.67 | 0.44 | 0.32 |
| Hex | 48 | 2E | 76 | 27 | 3D | 0 | 36 | 106 | 2C | 20 |
| Octal | 110 | 56 | 166 | 47 | 75 | 0 | 66 | 406 | 54 | 40 |
| Binary | 1001000 | 101110 | 1110110 | 100111 | 111101 | 0 | 110110 | 100000110 | 101100 | 100000 |
Color Harmonies of #482E76
Complementary color
Monochromatic Colors of #482E76
Black with #482E76
Text Example
Text Example
White with #482E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E76; }
p { color: rgb(72,46,118); }
H1.HeaderClassName
{
color: #482E76;
}
.AnyTagClassName
{
color: #482E76;
}
</style>
background-color css
<style>
a { background-color: #482E76; }
a { background-color: rgb(72,46,118); }
div.DivClassName
{
background-color: #482E76;
}
.BgClassName
{
background-color: #482E76;
}
</style>
border-color css
<style>
span { border-color: #482E76; }
span { border-color: rgb(72,46,118); }
td.TdClassName
{
border-color: #482E76;
}
.TagClassName
{
border-color: #482E76;
}
</style>