Shades of Windsor #46297B
Tints of Windsor #46297B
RGB
CMYK
RGB Variations
Color information
#46297B (or 0x46297B) is known color: Windsor. HEX triplet: 46, 29 and 7B. RGB value is (70,41,123). Sum of RGB (Red+Green+Blue) = 70+41+123=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #46297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46297B is #B9D684. Grayscale: #3A3A3A. Windows color (decimal): -12179077 or 8071494. OLE color: 8071494.
HSL color Cylindrical-coordinate representation of color #46297B: hue angle of 261.22º degrees, saturation: 0.5, 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 #46297B is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 41 | 123 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.52 |
| HSL | 261.22º | 0.5% | 0.32% | - |
| HSV(B) | 261.22º | 0.67% | 0.48% | - |
| XYZ | 6.89 | 4.32 | 19.21 | - |
| YUV | 59.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 123 | 0.43 | 0.67 | 0 | 0.52 | 261.22 | 0.5 | 0.32 |
| Hex | 46 | 29 | 7B | 2B | 43 | 0 | 34 | 105 | 32 | 20 |
| Octal | 106 | 51 | 173 | 53 | 103 | 0 | 64 | 405 | 62 | 40 |
| Binary | 1000110 | 101001 | 1111011 | 101011 | 1000011 | 0 | 110100 | 100000101 | 110010 | 100000 |
Color Harmonies of #46297B
Complementary color
Monochromatic Colors of #46297B
Black with #46297B
Text Example
Text Example
White with #46297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46297B; }
p { color: rgb(70,41,123); }
H1.HeaderClassName
{
color: #46297B;
}
.AnyTagClassName
{
color: #46297B;
}
</style>
background-color css
<style>
a { background-color: #46297B; }
a { background-color: rgb(70,41,123); }
div.DivClassName
{
background-color: #46297B;
}
.BgClassName
{
background-color: #46297B;
}
</style>
border-color css
<style>
span { border-color: #46297B; }
span { border-color: rgb(70,41,123); }
td.TdClassName
{
border-color: #46297B;
}
.TagClassName
{
border-color: #46297B;
}
</style>