Shades of Windsor #46268B
Tints of Windsor #46268B
RGB
CMYK
RGB Variations
Color information
#46268B (or 0x46268B) is known color: Windsor. HEX triplet: 46, 26 and 8B. RGB value is (70,38,139). Sum of RGB (Red+Green+Blue) = 70+38+139=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #46268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46268B is #B9D974. Grayscale: #3A3A3A. Windows color (decimal): -12179829 or 9119302. OLE color: 9119302.
HSL color Cylindrical-coordinate representation of color #46268B: hue angle of 259.01º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46268B is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 38 | 139 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.45 |
| HSL | 259.01º | 0.57% | 0.35% | - |
| HSV(B) | 259.01º | 0.73% | 0.55% | - |
| XYZ | 7.88 | 4.55 | 24.89 | - |
| YUV | 59.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 139 | 0.50 | 0.73 | 0 | 0.45 | 259.01 | 0.57 | 0.35 |
| Hex | 46 | 26 | 8B | 32 | 49 | 0 | 2D | 103 | 39 | 23 |
| Octal | 106 | 46 | 213 | 62 | 111 | 0 | 55 | 403 | 71 | 43 |
| Binary | 1000110 | 100110 | 10001011 | 110010 | 1001001 | 0 | 101101 | 100000011 | 111001 | 100011 |
Color Harmonies of #46268B
Complementary color
Monochromatic Colors of #46268B
Black with #46268B
Text Example
Text Example
White with #46268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46268B; }
p { color: rgb(70,38,139); }
H1.HeaderClassName
{
color: #46268B;
}
.AnyTagClassName
{
color: #46268B;
}
</style>
background-color css
<style>
a { background-color: #46268B; }
a { background-color: rgb(70,38,139); }
div.DivClassName
{
background-color: #46268B;
}
.BgClassName
{
background-color: #46268B;
}
</style>
border-color css
<style>
span { border-color: #46268B; }
span { border-color: rgb(70,38,139); }
td.TdClassName
{
border-color: #46268B;
}
.TagClassName
{
border-color: #46268B;
}
</style>