Shades of Windsor #462C78
Tints of Windsor #462C78
RGB
CMYK
RGB Variations
Color information
#462C78 (or 0x462C78) is known color: Windsor. HEX triplet: 46, 2C and 78. RGB value is (70,44,120). Sum of RGB (Red+Green+Blue) = 70+44+120=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #462C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C78 is #B9D387. Grayscale: #3C3C3C. Windows color (decimal): -12178312 or 7875654. OLE color: 7875654.
HSL color Cylindrical-coordinate representation of color #462C78: hue angle of 260.53º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462C78 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 44 | 120 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.53 |
| HSL | 260.53º | 0.46% | 0.32% | - |
| HSV(B) | 260.53º | 0.63% | 0.47% | - |
| XYZ | 6.82 | 4.46 | 18.27 | - |
| YUV | 60.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 120 | 0.42 | 0.63 | 0 | 0.53 | 260.53 | 0.46 | 0.32 |
| Hex | 46 | 2C | 78 | 2A | 3F | 0 | 35 | 105 | 2E | 20 |
| Octal | 106 | 54 | 170 | 52 | 77 | 0 | 65 | 405 | 56 | 40 |
| Binary | 1000110 | 101100 | 1111000 | 101010 | 111111 | 0 | 110101 | 100000101 | 101110 | 100000 |
Color Harmonies of #462C78
Complementary color
Monochromatic Colors of #462C78
Black with #462C78
Text Example
Text Example
White with #462C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C78; }
p { color: rgb(70,44,120); }
H1.HeaderClassName
{
color: #462C78;
}
.AnyTagClassName
{
color: #462C78;
}
</style>
background-color css
<style>
a { background-color: #462C78; }
a { background-color: rgb(70,44,120); }
div.DivClassName
{
background-color: #462C78;
}
.BgClassName
{
background-color: #462C78;
}
</style>
border-color css
<style>
span { border-color: #462C78; }
span { border-color: rgb(70,44,120); }
td.TdClassName
{
border-color: #462C78;
}
.TagClassName
{
border-color: #462C78;
}
</style>