Shades of Windsor #46258D
Tints of Windsor #46258D
RGB
CMYK
RGB Variations
Color information
#46258D (or 0x46258D) is known color: Windsor. HEX triplet: 46, 25 and 8D. RGB value is (70,37,141). Sum of RGB (Red+Green+Blue) = 70+37+141=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #46258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46258D is #B9DA72. Grayscale: #3A3A3A. Windows color (decimal): -12180083 or 9250118. OLE color: 9250118.
HSL color Cylindrical-coordinate representation of color #46258D: hue angle of 259.04º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46258D is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 37 | 141 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.45 |
| HSL | 259.04º | 0.58% | 0.35% | - |
| HSV(B) | 259.04º | 0.74% | 0.55% | - |
| XYZ | 8 | 4.55 | 25.66 | - |
| YUV | 58.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 141 | 0.50 | 0.74 | 0 | 0.45 | 259.04 | 0.58 | 0.35 |
| Hex | 46 | 25 | 8D | 32 | 4A | 0 | 2D | 103 | 3A | 23 |
| Octal | 106 | 45 | 215 | 62 | 112 | 0 | 55 | 403 | 72 | 43 |
| Binary | 1000110 | 100101 | 10001101 | 110010 | 1001010 | 0 | 101101 | 100000011 | 111010 | 100011 |
Color Harmonies of #46258D
Complementary color
Monochromatic Colors of #46258D
Black with #46258D
Text Example
Text Example
White with #46258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46258D; }
p { color: rgb(70,37,141); }
H1.HeaderClassName
{
color: #46258D;
}
.AnyTagClassName
{
color: #46258D;
}
</style>
background-color css
<style>
a { background-color: #46258D; }
a { background-color: rgb(70,37,141); }
div.DivClassName
{
background-color: #46258D;
}
.BgClassName
{
background-color: #46258D;
}
</style>
border-color css
<style>
span { border-color: #46258D; }
span { border-color: rgb(70,37,141); }
td.TdClassName
{
border-color: #46258D;
}
.TagClassName
{
border-color: #46258D;
}
</style>