Shades of Windsor #46287B
Tints of Windsor #46287B
RGB
CMYK
RGB Variations
Color information
#46287B (or 0x46287B) is known color: Windsor. HEX triplet: 46, 28 and 7B. RGB value is (70,40,123). Sum of RGB (Red+Green+Blue) = 70+40+123=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #46287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46287B is #B9D784. Grayscale: #3A3A3A. Windows color (decimal): -12179333 or 8071238. OLE color: 8071238.
HSL color Cylindrical-coordinate representation of color #46287B: hue angle of 261.69º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46287B is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 40 | 123 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.52 |
| HSL | 261.69º | 0.51% | 0.32% | - |
| HSV(B) | 261.69º | 0.67% | 0.48% | - |
| XYZ | 6.86 | 4.25 | 19.2 | - |
| YUV | 58.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 123 | 0.43 | 0.67 | 0 | 0.52 | 261.69 | 0.51 | 0.32 |
| Hex | 46 | 28 | 7B | 2B | 43 | 0 | 34 | 106 | 33 | 20 |
| Octal | 106 | 50 | 173 | 53 | 103 | 0 | 64 | 406 | 63 | 40 |
| Binary | 1000110 | 101000 | 1111011 | 101011 | 1000011 | 0 | 110100 | 100000110 | 110011 | 100000 |
Color Harmonies of #46287B
Complementary color
Monochromatic Colors of #46287B
Black with #46287B
Text Example
Text Example
White with #46287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46287B; }
p { color: rgb(70,40,123); }
H1.HeaderClassName
{
color: #46287B;
}
.AnyTagClassName
{
color: #46287B;
}
</style>
background-color css
<style>
a { background-color: #46287B; }
a { background-color: rgb(70,40,123); }
div.DivClassName
{
background-color: #46287B;
}
.BgClassName
{
background-color: #46287B;
}
</style>
border-color css
<style>
span { border-color: #46287B; }
span { border-color: rgb(70,40,123); }
td.TdClassName
{
border-color: #46287B;
}
.TagClassName
{
border-color: #46287B;
}
</style>