Shades of Windsor #462E71
Tints of Windsor #462E71
RGB
CMYK
RGB Variations
Color information
#462E71 (or 0x462E71) is known color: Windsor. HEX triplet: 46, 2E and 71. RGB value is (70,46,113). Sum of RGB (Red+Green+Blue) = 70+46+113=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #462E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E71 is #B9D18E. Grayscale: #3C3C3C. Windows color (decimal): -12177807 or 7417414. OLE color: 7417414.
HSL color Cylindrical-coordinate representation of color #462E71: hue angle of 261.49º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462E71 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 46 | 113 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.56 |
| HSL | 261.49º | 0.42% | 0.31% | - |
| HSV(B) | 261.49º | 0.59% | 0.44% | - |
| XYZ | 6.48 | 4.45 | 16.14 | - |
| YUV | 60.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 113 | 0.38 | 0.59 | 0 | 0.56 | 261.49 | 0.42 | 0.31 |
| Hex | 46 | 2E | 71 | 26 | 3B | 0 | 38 | 105 | 2A | 1F |
| Octal | 106 | 56 | 161 | 46 | 73 | 0 | 70 | 405 | 52 | 37 |
| Binary | 1000110 | 101110 | 1110001 | 100110 | 111011 | 0 | 111000 | 100000101 | 101010 | 11111 |
Color Harmonies of #462E71
Complementary color
Monochromatic Colors of #462E71
Black with #462E71
Text Example
Text Example
White with #462E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E71; }
p { color: rgb(70,46,113); }
H1.HeaderClassName
{
color: #462E71;
}
.AnyTagClassName
{
color: #462E71;
}
</style>
background-color css
<style>
a { background-color: #462E71; }
a { background-color: rgb(70,46,113); }
div.DivClassName
{
background-color: #462E71;
}
.BgClassName
{
background-color: #462E71;
}
</style>
border-color css
<style>
span { border-color: #462E71; }
span { border-color: rgb(70,46,113); }
td.TdClassName
{
border-color: #462E71;
}
.TagClassName
{
border-color: #462E71;
}
</style>