Shades of Windsor #462E83
Tints of Windsor #462E83
RGB
CMYK
RGB Variations
Color information
#462E83 (or 0x462E83) is known color: Windsor. HEX triplet: 46, 2E and 83. RGB value is (70,46,131). Sum of RGB (Red+Green+Blue) = 70+46+131=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #462E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E83 is #B9D17C. Grayscale: #3E3E3E. Windows color (decimal): -12177789 or 8597062. OLE color: 8597062.
HSL color Cylindrical-coordinate representation of color #462E83: hue angle of 256.94º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462E83 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 46 | 131 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.49 |
| HSL | 256.94º | 0.48% | 0.35% | - |
| HSV(B) | 256.94º | 0.65% | 0.51% | - |
| XYZ | 7.6 | 4.89 | 22.02 | - |
| YUV | 62.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 131 | 0.47 | 0.65 | 0 | 0.49 | 256.94 | 0.48 | 0.35 |
| Hex | 46 | 2E | 83 | 2F | 41 | 0 | 31 | 101 | 30 | 23 |
| Octal | 106 | 56 | 203 | 57 | 101 | 0 | 61 | 401 | 60 | 43 |
| Binary | 1000110 | 101110 | 10000011 | 101111 | 1000001 | 0 | 110001 | 100000001 | 110000 | 100011 |
Color Harmonies of #462E83
Complementary color
Monochromatic Colors of #462E83
Black with #462E83
Text Example
Text Example
White with #462E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E83; }
p { color: rgb(70,46,131); }
H1.HeaderClassName
{
color: #462E83;
}
.AnyTagClassName
{
color: #462E83;
}
</style>
background-color css
<style>
a { background-color: #462E83; }
a { background-color: rgb(70,46,131); }
div.DivClassName
{
background-color: #462E83;
}
.BgClassName
{
background-color: #462E83;
}
</style>
border-color css
<style>
span { border-color: #462E83; }
span { border-color: rgb(70,46,131); }
td.TdClassName
{
border-color: #462E83;
}
.TagClassName
{
border-color: #462E83;
}
</style>