Shades of Windsor #482090
Tints of Windsor #482090
RGB
CMYK
RGB Variations
Color information
#482090 (or 0x482090) is known color: Windsor. HEX triplet: 48, 20 and 90. RGB value is (72,32,144). Sum of RGB (Red+Green+Blue) = 72+32+144=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #482090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482090 is #B7DF6F. Grayscale: #383838. Windows color (decimal): -12050288 or 9445448. OLE color: 9445448.
HSL color Cylindrical-coordinate representation of color #482090: hue angle of 261.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482090 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 32 | 144 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.44 |
| HSL | 261.43º | 0.64% | 0.35% | - |
| HSV(B) | 261.43º | 0.78% | 0.56% | - |
| XYZ | 8.22 | 4.42 | 26.81 | - |
| YUV | 56.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 144 | 0.50 | 0.78 | 0 | 0.44 | 261.43 | 0.64 | 0.35 |
| Hex | 48 | 20 | 90 | 32 | 4E | 0 | 2C | 105 | 40 | 23 |
| Octal | 110 | 40 | 220 | 62 | 116 | 0 | 54 | 405 | 100 | 43 |
| Binary | 1001000 | 100000 | 10010000 | 110010 | 1001110 | 0 | 101100 | 100000101 | 1000000 | 100011 |
Color Harmonies of #482090
Complementary color
Monochromatic Colors of #482090
Black with #482090
Text Example
Text Example
White with #482090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482090; }
p { color: rgb(72,32,144); }
H1.HeaderClassName
{
color: #482090;
}
.AnyTagClassName
{
color: #482090;
}
</style>
background-color css
<style>
a { background-color: #482090; }
a { background-color: rgb(72,32,144); }
div.DivClassName
{
background-color: #482090;
}
.BgClassName
{
background-color: #482090;
}
</style>
border-color css
<style>
span { border-color: #482090; }
span { border-color: rgb(72,32,144); }
td.TdClassName
{
border-color: #482090;
}
.TagClassName
{
border-color: #482090;
}
</style>