Shades of Windsor #482F77
Tints of Windsor #482F77
RGB
CMYK
RGB Variations
Color information
#482F77 (or 0x482F77) is known color: Windsor. HEX triplet: 48, 2F and 77. RGB value is (72,47,119). Sum of RGB (Red+Green+Blue) = 72+47+119=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #482F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F77 is #B7D088. Grayscale: #3E3E3E. Windows color (decimal): -12046473 or 7810888. OLE color: 7810888.
HSL color Cylindrical-coordinate representation of color #482F77: hue angle of 260.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482F77 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 47 | 119 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.53 |
| HSL | 260.83º | 0.43% | 0.33% | - |
| HSV(B) | 260.83º | 0.61% | 0.47% | - |
| XYZ | 7.02 | 4.74 | 18 | - |
| YUV | 62.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 119 | 0.39 | 0.61 | 0 | 0.53 | 260.83 | 0.43 | 0.33 |
| Hex | 48 | 2F | 77 | 27 | 3D | 0 | 35 | 105 | 2B | 21 |
| Octal | 110 | 57 | 167 | 47 | 75 | 0 | 65 | 405 | 53 | 41 |
| Binary | 1001000 | 101111 | 1110111 | 100111 | 111101 | 0 | 110101 | 100000101 | 101011 | 100001 |
Color Harmonies of #482F77
Complementary color
Monochromatic Colors of #482F77
Black with #482F77
Text Example
Text Example
White with #482F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F77; }
p { color: rgb(72,47,119); }
H1.HeaderClassName
{
color: #482F77;
}
.AnyTagClassName
{
color: #482F77;
}
</style>
background-color css
<style>
a { background-color: #482F77; }
a { background-color: rgb(72,47,119); }
div.DivClassName
{
background-color: #482F77;
}
.BgClassName
{
background-color: #482F77;
}
</style>
border-color css
<style>
span { border-color: #482F77; }
span { border-color: rgb(72,47,119); }
td.TdClassName
{
border-color: #482F77;
}
.TagClassName
{
border-color: #482F77;
}
</style>