Shades of Windsor #4A367B
Tints of Windsor #4A367B
RGB
CMYK
RGB Variations
Color information
#4A367B (or 0x4A367B) is known color: Windsor. HEX triplet: 4A, 36 and 7B. RGB value is (74,54,123). Sum of RGB (Red+Green+Blue) = 74+54+123=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A367B is #B5C984. Grayscale: #434343. Windows color (decimal): -11913605 or 8074826. OLE color: 8074826.
HSL color Cylindrical-coordinate representation of color #4A367B: hue angle of 257.39º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A367B is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 54 | 123 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.52 |
| HSL | 257.39º | 0.39% | 0.35% | - |
| HSV(B) | 257.39º | 0.56% | 0.48% | - |
| XYZ | 7.72 | 5.52 | 19.4 | - |
| YUV | 67.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 123 | 0.40 | 0.56 | 0 | 0.52 | 257.39 | 0.39 | 0.35 |
| Hex | 4A | 36 | 7B | 28 | 38 | 0 | 34 | 101 | 27 | 23 |
| Octal | 112 | 66 | 173 | 50 | 70 | 0 | 64 | 401 | 47 | 43 |
| Binary | 1001010 | 110110 | 1111011 | 101000 | 111000 | 0 | 110100 | 100000001 | 100111 | 100011 |
Color Harmonies of #4A367B
Complementary color
Monochromatic Colors of #4A367B
Black with #4A367B
Text Example
Text Example
White with #4A367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A367B; }
p { color: rgb(74,54,123); }
H1.HeaderClassName
{
color: #4A367B;
}
.AnyTagClassName
{
color: #4A367B;
}
</style>
background-color css
<style>
a { background-color: #4A367B; }
a { background-color: rgb(74,54,123); }
div.DivClassName
{
background-color: #4A367B;
}
.BgClassName
{
background-color: #4A367B;
}
</style>
border-color css
<style>
span { border-color: #4A367B; }
span { border-color: rgb(74,54,123); }
td.TdClassName
{
border-color: #4A367B;
}
.TagClassName
{
border-color: #4A367B;
}
</style>