Shades of Windsor #462F78
Tints of Windsor #462F78
RGB
CMYK
RGB Variations
Color information
#462F78 (or 0x462F78) is known color: Windsor. HEX triplet: 46, 2F and 78. RGB value is (70,47,120). Sum of RGB (Red+Green+Blue) = 70+47+120=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #462F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F78 is #B9D087. Grayscale: #3D3D3D. Windows color (decimal): -12177544 or 7876422. OLE color: 7876422.
HSL color Cylindrical-coordinate representation of color #462F78: hue angle of 258.9º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462F78 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 47 | 120 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.53 |
| HSL | 258.9º | 0.44% | 0.33% | - |
| HSV(B) | 258.9º | 0.61% | 0.47% | - |
| XYZ | 6.93 | 4.69 | 18.31 | - |
| YUV | 62.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 120 | 0.42 | 0.61 | 0 | 0.53 | 258.9 | 0.44 | 0.33 |
| Hex | 46 | 2F | 78 | 2A | 3D | 0 | 35 | 103 | 2C | 21 |
| Octal | 106 | 57 | 170 | 52 | 75 | 0 | 65 | 403 | 54 | 41 |
| Binary | 1000110 | 101111 | 1111000 | 101010 | 111101 | 0 | 110101 | 100000011 | 101100 | 100001 |
Color Harmonies of #462F78
Complementary color
Monochromatic Colors of #462F78
Black with #462F78
Text Example
Text Example
White with #462F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F78; }
p { color: rgb(70,47,120); }
H1.HeaderClassName
{
color: #462F78;
}
.AnyTagClassName
{
color: #462F78;
}
</style>
background-color css
<style>
a { background-color: #462F78; }
a { background-color: rgb(70,47,120); }
div.DivClassName
{
background-color: #462F78;
}
.BgClassName
{
background-color: #462F78;
}
</style>
border-color css
<style>
span { border-color: #462F78; }
span { border-color: rgb(70,47,120); }
td.TdClassName
{
border-color: #462F78;
}
.TagClassName
{
border-color: #462F78;
}
</style>