Shades of Windsor #483074
Tints of Windsor #483074
RGB
CMYK
RGB Variations
Color information
#483074 (or 0x483074) is known color: Windsor. HEX triplet: 48, 30 and 74. RGB value is (72,48,116). Sum of RGB (Red+Green+Blue) = 72+48+116=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #483074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483074 is #B7CF8B. Grayscale: #3E3E3E. Windows color (decimal): -12046220 or 7614536. OLE color: 7614536.
HSL color Cylindrical-coordinate representation of color #483074: hue angle of 261.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483074 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 48 | 116 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.55 |
| HSL | 261.18º | 0.41% | 0.32% | - |
| HSV(B) | 261.18º | 0.59% | 0.45% | - |
| XYZ | 6.88 | 4.75 | 17.08 | - |
| YUV | 62.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 116 | 0.38 | 0.59 | 0 | 0.55 | 261.18 | 0.41 | 0.32 |
| Hex | 48 | 30 | 74 | 26 | 3B | 0 | 37 | 105 | 29 | 20 |
| Octal | 110 | 60 | 164 | 46 | 73 | 0 | 67 | 405 | 51 | 40 |
| Binary | 1001000 | 110000 | 1110100 | 100110 | 111011 | 0 | 110111 | 100000101 | 101001 | 100000 |
Color Harmonies of #483074
Complementary color
Monochromatic Colors of #483074
Black with #483074
Text Example
Text Example
White with #483074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483074; }
p { color: rgb(72,48,116); }
H1.HeaderClassName
{
color: #483074;
}
.AnyTagClassName
{
color: #483074;
}
</style>
background-color css
<style>
a { background-color: #483074; }
a { background-color: rgb(72,48,116); }
div.DivClassName
{
background-color: #483074;
}
.BgClassName
{
background-color: #483074;
}
</style>
border-color css
<style>
span { border-color: #483074; }
span { border-color: rgb(72,48,116); }
td.TdClassName
{
border-color: #483074;
}
.TagClassName
{
border-color: #483074;
}
</style>