Shades of Windsor #462F73
Tints of Windsor #462F73
RGB
CMYK
RGB Variations
Color information
#462F73 (or 0x462F73) is known color: Windsor. HEX triplet: 46, 2F and 73. RGB value is (70,47,115). Sum of RGB (Red+Green+Blue) = 70+47+115=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #462F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F73 is #B9D08C. Grayscale: #3D3D3D. Windows color (decimal): -12177549 or 7548742. OLE color: 7548742.
HSL color Cylindrical-coordinate representation of color #462F73: hue angle of 260.29º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462F73 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 47 | 115 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.55 |
| HSL | 260.29º | 0.42% | 0.32% | - |
| HSV(B) | 260.29º | 0.59% | 0.45% | - |
| XYZ | 6.64 | 4.57 | 16.75 | - |
| YUV | 61.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 115 | 0.39 | 0.59 | 0 | 0.55 | 260.29 | 0.42 | 0.32 |
| Hex | 46 | 2F | 73 | 27 | 3B | 0 | 37 | 104 | 2A | 20 |
| Octal | 106 | 57 | 163 | 47 | 73 | 0 | 67 | 404 | 52 | 40 |
| Binary | 1000110 | 101111 | 1110011 | 100111 | 111011 | 0 | 110111 | 100000100 | 101010 | 100000 |
Color Harmonies of #462F73
Complementary color
Monochromatic Colors of #462F73
Black with #462F73
Text Example
Text Example
White with #462F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F73; }
p { color: rgb(70,47,115); }
H1.HeaderClassName
{
color: #462F73;
}
.AnyTagClassName
{
color: #462F73;
}
</style>
background-color css
<style>
a { background-color: #462F73; }
a { background-color: rgb(70,47,115); }
div.DivClassName
{
background-color: #462F73;
}
.BgClassName
{
background-color: #462F73;
}
</style>
border-color css
<style>
span { border-color: #462F73; }
span { border-color: rgb(70,47,115); }
td.TdClassName
{
border-color: #462F73;
}
.TagClassName
{
border-color: #462F73;
}
</style>