Shades of Windsor #483277
Tints of Windsor #483277
RGB
CMYK
RGB Variations
Color information
#483277 (or 0x483277) is known color: Windsor. HEX triplet: 48, 32 and 77. RGB value is (72,50,119). Sum of RGB (Red+Green+Blue) = 72+50+119=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #483277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483277 is #B7CD88. Grayscale: #404040. Windows color (decimal): -12045705 or 7811656. OLE color: 7811656.
HSL color Cylindrical-coordinate representation of color #483277: hue angle of 259.13º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483277 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 50 | 119 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.53 |
| HSL | 259.13º | 0.41% | 0.33% | - |
| HSV(B) | 259.13º | 0.58% | 0.47% | - |
| XYZ | 7.14 | 4.99 | 18.04 | - |
| YUV | 64.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 119 | 0.39 | 0.58 | 0 | 0.53 | 259.13 | 0.41 | 0.33 |
| Hex | 48 | 32 | 77 | 27 | 3A | 0 | 35 | 103 | 29 | 21 |
| Octal | 110 | 62 | 167 | 47 | 72 | 0 | 65 | 403 | 51 | 41 |
| Binary | 1001000 | 110010 | 1110111 | 100111 | 111010 | 0 | 110101 | 100000011 | 101001 | 100001 |
Color Harmonies of #483277
Complementary color
Monochromatic Colors of #483277
Black with #483277
Text Example
Text Example
White with #483277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483277; }
p { color: rgb(72,50,119); }
H1.HeaderClassName
{
color: #483277;
}
.AnyTagClassName
{
color: #483277;
}
</style>
background-color css
<style>
a { background-color: #483277; }
a { background-color: rgb(72,50,119); }
div.DivClassName
{
background-color: #483277;
}
.BgClassName
{
background-color: #483277;
}
</style>
border-color css
<style>
span { border-color: #483277; }
span { border-color: rgb(72,50,119); }
td.TdClassName
{
border-color: #483277;
}
.TagClassName
{
border-color: #483277;
}
</style>