Shades of Windsor #46228C
Tints of Windsor #46228C
RGB
CMYK
RGB Variations
Color information
#46228C (or 0x46228C) is known color: Windsor. HEX triplet: 46, 22 and 8C. RGB value is (70,34,140). Sum of RGB (Red+Green+Blue) = 70+34+140=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #46228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46228C is #B9DD73. Grayscale: #383838. Windows color (decimal): -12180852 or 9183814. OLE color: 9183814.
HSL color Cylindrical-coordinate representation of color #46228C: hue angle of 260.38º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46228C is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 34 | 140 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.45 |
| HSL | 260.38º | 0.61% | 0.34% | - |
| HSV(B) | 260.38º | 0.76% | 0.55% | - |
| XYZ | 7.83 | 4.34 | 25.24 | - |
| YUV | 56.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 140 | 0.50 | 0.76 | 0 | 0.45 | 260.38 | 0.61 | 0.34 |
| Hex | 46 | 22 | 8C | 32 | 4C | 0 | 2D | 104 | 3D | 22 |
| Octal | 106 | 42 | 214 | 62 | 114 | 0 | 55 | 404 | 75 | 42 |
| Binary | 1000110 | 100010 | 10001100 | 110010 | 1001100 | 0 | 101101 | 100000100 | 111101 | 100010 |
Color Harmonies of #46228C
Complementary color
Monochromatic Colors of #46228C
Black with #46228C
Text Example
Text Example
White with #46228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46228C; }
p { color: rgb(70,34,140); }
H1.HeaderClassName
{
color: #46228C;
}
.AnyTagClassName
{
color: #46228C;
}
</style>
background-color css
<style>
a { background-color: #46228C; }
a { background-color: rgb(70,34,140); }
div.DivClassName
{
background-color: #46228C;
}
.BgClassName
{
background-color: #46228C;
}
</style>
border-color css
<style>
span { border-color: #46228C; }
span { border-color: rgb(70,34,140); }
td.TdClassName
{
border-color: #46228C;
}
.TagClassName
{
border-color: #46228C;
}
</style>