Shades of Windsor #46258E
Tints of Windsor #46258E
RGB
CMYK
RGB Variations
Color information
#46258E (or 0x46258E) is known color: Windsor. HEX triplet: 46, 25 and 8E. RGB value is (70,37,142). Sum of RGB (Red+Green+Blue) = 70+37+142=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #46258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46258E is #B9DA71. Grayscale: #3A3A3A. Windows color (decimal): -12180082 or 9315654. OLE color: 9315654.
HSL color Cylindrical-coordinate representation of color #46258E: hue angle of 258.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46258E is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 37 | 142 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.44 |
| HSL | 258.86º | 0.59% | 0.35% | - |
| HSV(B) | 258.86º | 0.74% | 0.56% | - |
| XYZ | 8.07 | 4.58 | 26.05 | - |
| YUV | 58.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 142 | 0.51 | 0.74 | 0 | 0.44 | 258.86 | 0.59 | 0.35 |
| Hex | 46 | 25 | 8E | 33 | 4A | 0 | 2C | 103 | 3B | 23 |
| Octal | 106 | 45 | 216 | 63 | 112 | 0 | 54 | 403 | 73 | 43 |
| Binary | 1000110 | 100101 | 10001110 | 110011 | 1001010 | 0 | 101100 | 100000011 | 111011 | 100011 |
Color Harmonies of #46258E
Complementary color
Monochromatic Colors of #46258E
Black with #46258E
Text Example
Text Example
White with #46258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46258E; }
p { color: rgb(70,37,142); }
H1.HeaderClassName
{
color: #46258E;
}
.AnyTagClassName
{
color: #46258E;
}
</style>
background-color css
<style>
a { background-color: #46258E; }
a { background-color: rgb(70,37,142); }
div.DivClassName
{
background-color: #46258E;
}
.BgClassName
{
background-color: #46258E;
}
</style>
border-color css
<style>
span { border-color: #46258E; }
span { border-color: rgb(70,37,142); }
td.TdClassName
{
border-color: #46258E;
}
.TagClassName
{
border-color: #46258E;
}
</style>