Shades of Windsor #46307F
Tints of Windsor #46307F
RGB
CMYK
RGB Variations
Color information
#46307F (or 0x46307F) is known color: Windsor. HEX triplet: 46, 30 and 7F. RGB value is (70,48,127). Sum of RGB (Red+Green+Blue) = 70+48+127=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #46307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46307F is #B9CF80. Grayscale: #3F3F3F. Windows color (decimal): -12177281 or 8335430. OLE color: 8335430.
HSL color Cylindrical-coordinate representation of color #46307F: hue angle of 256.71º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46307F is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 48 | 127 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.50 |
| HSL | 256.71º | 0.45% | 0.34% | - |
| HSV(B) | 256.71º | 0.62% | 0.5% | - |
| XYZ | 7.41 | 4.95 | 20.64 | - |
| YUV | 63.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 127 | 0.45 | 0.62 | 0 | 0.50 | 256.71 | 0.45 | 0.34 |
| Hex | 46 | 30 | 7F | 2D | 3E | 0 | 32 | 101 | 2D | 22 |
| Octal | 106 | 60 | 177 | 55 | 76 | 0 | 62 | 401 | 55 | 42 |
| Binary | 1000110 | 110000 | 1111111 | 101101 | 111110 | 0 | 110010 | 100000001 | 101101 | 100010 |
Color Harmonies of #46307F
Complementary color
Monochromatic Colors of #46307F
Black with #46307F
Text Example
Text Example
White with #46307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46307F; }
p { color: rgb(70,48,127); }
H1.HeaderClassName
{
color: #46307F;
}
.AnyTagClassName
{
color: #46307F;
}
</style>
background-color css
<style>
a { background-color: #46307F; }
a { background-color: rgb(70,48,127); }
div.DivClassName
{
background-color: #46307F;
}
.BgClassName
{
background-color: #46307F;
}
</style>
border-color css
<style>
span { border-color: #46307F; }
span { border-color: rgb(70,48,127); }
td.TdClassName
{
border-color: #46307F;
}
.TagClassName
{
border-color: #46307F;
}
</style>