Shades of Windsor #46198B
Tints of Windsor #46198B
RGB
CMYK
RGB Variations
Color information
#46198B (or 0x46198B) is known color: Windsor. HEX triplet: 46, 19 and 8B. RGB value is (70,25,139). Sum of RGB (Red+Green+Blue) = 70+25+139=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #46198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46198B is #B9E674. Grayscale: #333333. Windows color (decimal): -12183157 or 9115974. OLE color: 9115974.
HSL color Cylindrical-coordinate representation of color #46198B: hue angle of 263.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46198B is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 25 | 139 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.45 |
| HSL | 263.68º | 0.7% | 0.32% | - |
| HSV(B) | 263.68º | 0.82% | 0.55% | - |
| XYZ | 7.53 | 3.86 | 24.77 | - |
| YUV | 51.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 139 | 0.50 | 0.82 | 0 | 0.45 | 263.68 | 0.7 | 0.32 |
| Hex | 46 | 19 | 8B | 32 | 52 | 0 | 2D | 108 | 46 | 20 |
| Octal | 106 | 31 | 213 | 62 | 122 | 0 | 55 | 410 | 106 | 40 |
| Binary | 1000110 | 11001 | 10001011 | 110010 | 1010010 | 0 | 101101 | 100001000 | 1000110 | 100000 |
Color Harmonies of #46198B
Complementary color
Monochromatic Colors of #46198B
Black with #46198B
Text Example
Text Example
White with #46198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46198B; }
p { color: rgb(70,25,139); }
H1.HeaderClassName
{
color: #46198B;
}
.AnyTagClassName
{
color: #46198B;
}
</style>
background-color css
<style>
a { background-color: #46198B; }
a { background-color: rgb(70,25,139); }
div.DivClassName
{
background-color: #46198B;
}
.BgClassName
{
background-color: #46198B;
}
</style>
border-color css
<style>
span { border-color: #46198B; }
span { border-color: rgb(70,25,139); }
td.TdClassName
{
border-color: #46198B;
}
.TagClassName
{
border-color: #46198B;
}
</style>