Shades of Windsor #462E73
Tints of Windsor #462E73
RGB
CMYK
RGB Variations
Color information
#462E73 (or 0x462E73) is known color: Windsor. HEX triplet: 46, 2E and 73. RGB value is (70,46,115). Sum of RGB (Red+Green+Blue) = 70+46+115=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #462E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E73 is #B9D18C. Grayscale: #3C3C3C. Windows color (decimal): -12177805 or 7548486. OLE color: 7548486.
HSL color Cylindrical-coordinate representation of color #462E73: hue angle of 260.87º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462E73 is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 46 | 115 | - |
| CMYK | 0.39 | 0.6 | 0 | 0.55 |
| HSL | 260.87º | 0.43% | 0.32% | - |
| HSV(B) | 260.87º | 0.6% | 0.45% | - |
| XYZ | 6.6 | 4.49 | 16.74 | - |
| YUV | 61.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 115 | 0.39 | 0.6 | 0 | 0.55 | 260.87 | 0.43 | 0.32 |
| Hex | 46 | 2E | 73 | 27 | 3C | 0 | 37 | 105 | 2B | 20 |
| Octal | 106 | 56 | 163 | 47 | 74 | 0 | 67 | 405 | 53 | 40 |
| Binary | 1000110 | 101110 | 1110011 | 100111 | 111100 | 0 | 110111 | 100000101 | 101011 | 100000 |
Color Harmonies of #462E73
Complementary color
Monochromatic Colors of #462E73
Black with #462E73
Text Example
Text Example
White with #462E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E73; }
p { color: rgb(70,46,115); }
H1.HeaderClassName
{
color: #462E73;
}
.AnyTagClassName
{
color: #462E73;
}
</style>
background-color css
<style>
a { background-color: #462E73; }
a { background-color: rgb(70,46,115); }
div.DivClassName
{
background-color: #462E73;
}
.BgClassName
{
background-color: #462E73;
}
</style>
border-color css
<style>
span { border-color: #462E73; }
span { border-color: rgb(70,46,115); }
td.TdClassName
{
border-color: #462E73;
}
.TagClassName
{
border-color: #462E73;
}
</style>