Shades of Windsor #4A3679
Tints of Windsor #4A3679
RGB
CMYK
RGB Variations
Color information
#4A3679 (or 0x4A3679) is known color: Windsor. HEX triplet: 4A, 36 and 79. RGB value is (74,54,121). Sum of RGB (Red+Green+Blue) = 74+54+121=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A3679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3679 is #B5C986. Grayscale: #434343. Windows color (decimal): -11913607 or 7943754. OLE color: 7943754.
HSL color Cylindrical-coordinate representation of color #4A3679: hue angle of 257.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3679 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 54 | 121 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.53 |
| HSL | 257.91º | 0.38% | 0.34% | - |
| HSV(B) | 257.91º | 0.55% | 0.47% | - |
| XYZ | 7.59 | 5.47 | 18.75 | - |
| YUV | 67.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 121 | 0.39 | 0.55 | 0 | 0.53 | 257.91 | 0.38 | 0.34 |
| Hex | 4A | 36 | 79 | 27 | 37 | 0 | 35 | 102 | 26 | 22 |
| Octal | 112 | 66 | 171 | 47 | 67 | 0 | 65 | 402 | 46 | 42 |
| Binary | 1001010 | 110110 | 1111001 | 100111 | 110111 | 0 | 110101 | 100000010 | 100110 | 100010 |
Color Harmonies of #4A3679
Complementary color
Monochromatic Colors of #4A3679
Black with #4A3679
Text Example
Text Example
White with #4A3679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3679; }
p { color: rgb(74,54,121); }
H1.HeaderClassName
{
color: #4A3679;
}
.AnyTagClassName
{
color: #4A3679;
}
</style>
background-color css
<style>
a { background-color: #4A3679; }
a { background-color: rgb(74,54,121); }
div.DivClassName
{
background-color: #4A3679;
}
.BgClassName
{
background-color: #4A3679;
}
</style>
border-color css
<style>
span { border-color: #4A3679; }
span { border-color: rgb(74,54,121); }
td.TdClassName
{
border-color: #4A3679;
}
.TagClassName
{
border-color: #4A3679;
}
</style>