Shades of Windsor #46228F
Tints of Windsor #46228F
RGB
CMYK
RGB Variations
Color information
#46228F (or 0x46228F) is known color: Windsor. HEX triplet: 46, 22 and 8F. RGB value is (70,34,143). Sum of RGB (Red+Green+Blue) = 70+34+143=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #46228F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46228F is #B9DD70. Grayscale: #383838. Windows color (decimal): -12180849 or 9380422. OLE color: 9380422.
HSL color Cylindrical-coordinate representation of color #46228F: hue angle of 259.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46228F is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 34 | 143 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.44 |
| HSL | 259.82º | 0.62% | 0.35% | - |
| HSV(B) | 259.82º | 0.76% | 0.56% | - |
| XYZ | 8.06 | 4.43 | 26.42 | - |
| YUV | 57.19 | 176.43 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 143 | 0.51 | 0.76 | 0 | 0.44 | 259.82 | 0.62 | 0.35 |
| Hex | 46 | 22 | 8F | 33 | 4C | 0 | 2C | 104 | 3E | 23 |
| Octal | 106 | 42 | 217 | 63 | 114 | 0 | 54 | 404 | 76 | 43 |
| Binary | 1000110 | 100010 | 10001111 | 110011 | 1001100 | 0 | 101100 | 100000100 | 111110 | 100011 |
Color Harmonies of #46228F
Complementary color
Monochromatic Colors of #46228F
Black with #46228F
Text Example
Text Example
White with #46228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46228F; }
p { color: rgb(70,34,143); }
H1.HeaderClassName
{
color: #46228F;
}
.AnyTagClassName
{
color: #46228F;
}
</style>
background-color css
<style>
a { background-color: #46228F; }
a { background-color: rgb(70,34,143); }
div.DivClassName
{
background-color: #46228F;
}
.BgClassName
{
background-color: #46228F;
}
</style>
border-color css
<style>
span { border-color: #46228F; }
span { border-color: rgb(70,34,143); }
td.TdClassName
{
border-color: #46228F;
}
.TagClassName
{
border-color: #46228F;
}
</style>