Shades of Windsor #46228B
Tints of Windsor #46228B
RGB
CMYK
RGB Variations
Color information
#46228B (or 0x46228B) is known color: Windsor. HEX triplet: 46, 22 and 8B. RGB value is (70,34,139). Sum of RGB (Red+Green+Blue) = 70+34+139=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #46228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46228B is #B9DD74. Grayscale: #383838. Windows color (decimal): -12180853 or 9118278. OLE color: 9118278.
HSL color Cylindrical-coordinate representation of color #46228B: hue angle of 260.57º 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 #46228B is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 34 | 139 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.45 |
| HSL | 260.57º | 0.61% | 0.34% | - |
| HSV(B) | 260.57º | 0.76% | 0.55% | - |
| XYZ | 7.76 | 4.31 | 24.85 | - |
| YUV | 56.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 139 | 0.50 | 0.76 | 0 | 0.45 | 260.57 | 0.61 | 0.34 |
| Hex | 46 | 22 | 8B | 32 | 4C | 0 | 2D | 105 | 3D | 22 |
| Octal | 106 | 42 | 213 | 62 | 114 | 0 | 55 | 405 | 75 | 42 |
| Binary | 1000110 | 100010 | 10001011 | 110010 | 1001100 | 0 | 101101 | 100000101 | 111101 | 100010 |
Color Harmonies of #46228B
Complementary color
Monochromatic Colors of #46228B
Black with #46228B
Text Example
Text Example
White with #46228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46228B; }
p { color: rgb(70,34,139); }
H1.HeaderClassName
{
color: #46228B;
}
.AnyTagClassName
{
color: #46228B;
}
</style>
background-color css
<style>
a { background-color: #46228B; }
a { background-color: rgb(70,34,139); }
div.DivClassName
{
background-color: #46228B;
}
.BgClassName
{
background-color: #46228B;
}
</style>
border-color css
<style>
span { border-color: #46228B; }
span { border-color: rgb(70,34,139); }
td.TdClassName
{
border-color: #46228B;
}
.TagClassName
{
border-color: #46228B;
}
</style>