Shades of Windsor #4A3481
Tints of Windsor #4A3481
RGB
CMYK
RGB Variations
Color information
#4A3481 (or 0x4A3481) is known color: Windsor. HEX triplet: 4A, 34 and 81. RGB value is (74,52,129). Sum of RGB (Red+Green+Blue) = 74+52+129=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #4A3481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3481 is #B5CB7E. Grayscale: #434343. Windows color (decimal): -11914111 or 8467530. OLE color: 8467530.
HSL color Cylindrical-coordinate representation of color #4A3481: hue angle of 257.14º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A3481 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 52 | 129 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.49 |
| HSL | 257.14º | 0.43% | 0.35% | - |
| HSV(B) | 257.14º | 0.6% | 0.51% | - |
| XYZ | 8.01 | 5.5 | 21.41 | - |
| YUV | 67.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 129 | 0.43 | 0.60 | 0 | 0.49 | 257.14 | 0.43 | 0.35 |
| Hex | 4A | 34 | 81 | 2B | 3C | 0 | 31 | 101 | 2B | 23 |
| Octal | 112 | 64 | 201 | 53 | 74 | 0 | 61 | 401 | 53 | 43 |
| Binary | 1001010 | 110100 | 10000001 | 101011 | 111100 | 0 | 110001 | 100000001 | 101011 | 100011 |
Color Harmonies of #4A3481
Complementary color
Monochromatic Colors of #4A3481
Black with #4A3481
Text Example
Text Example
White with #4A3481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3481; }
p { color: rgb(74,52,129); }
H1.HeaderClassName
{
color: #4A3481;
}
.AnyTagClassName
{
color: #4A3481;
}
</style>
background-color css
<style>
a { background-color: #4A3481; }
a { background-color: rgb(74,52,129); }
div.DivClassName
{
background-color: #4A3481;
}
.BgClassName
{
background-color: #4A3481;
}
</style>
border-color css
<style>
span { border-color: #4A3481; }
span { border-color: rgb(74,52,129); }
td.TdClassName
{
border-color: #4A3481;
}
.TagClassName
{
border-color: #4A3481;
}
</style>