Shades of Windsor #462C7C
Tints of Windsor #462C7C
RGB
CMYK
RGB Variations
Color information
#462C7C (or 0x462C7C) is known color: Windsor. HEX triplet: 46, 2C and 7C. RGB value is (70,44,124). Sum of RGB (Red+Green+Blue) = 70+44+124=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #462C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C7C is #B9D383. Grayscale: #3C3C3C. Windows color (decimal): -12178308 or 8137798. OLE color: 8137798.
HSL color Cylindrical-coordinate representation of color #462C7C: hue angle of 259.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462C7C is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 44 | 124 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.51 |
| HSL | 259.5º | 0.48% | 0.33% | - |
| HSV(B) | 259.5º | 0.65% | 0.49% | - |
| XYZ | 7.06 | 4.56 | 19.58 | - |
| YUV | 60.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 124 | 0.44 | 0.65 | 0 | 0.51 | 259.5 | 0.48 | 0.33 |
| Hex | 46 | 2C | 7C | 2C | 41 | 0 | 33 | 104 | 30 | 21 |
| Octal | 106 | 54 | 174 | 54 | 101 | 0 | 63 | 404 | 60 | 41 |
| Binary | 1000110 | 101100 | 1111100 | 101100 | 1000001 | 0 | 110011 | 100000100 | 110000 | 100001 |
Color Harmonies of #462C7C
Complementary color
Monochromatic Colors of #462C7C
Black with #462C7C
Text Example
Text Example
White with #462C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C7C; }
p { color: rgb(70,44,124); }
H1.HeaderClassName
{
color: #462C7C;
}
.AnyTagClassName
{
color: #462C7C;
}
</style>
background-color css
<style>
a { background-color: #462C7C; }
a { background-color: rgb(70,44,124); }
div.DivClassName
{
background-color: #462C7C;
}
.BgClassName
{
background-color: #462C7C;
}
</style>
border-color css
<style>
span { border-color: #462C7C; }
span { border-color: rgb(70,44,124); }
td.TdClassName
{
border-color: #462C7C;
}
.TagClassName
{
border-color: #462C7C;
}
</style>