Shades of Windsor #46397A
Tints of Windsor #46397A
RGB
CMYK
RGB Variations
Color information
#46397A (or 0x46397A) is known color: Windsor. HEX triplet: 46, 39 and 7A. RGB value is (70,57,122). Sum of RGB (Red+Green+Blue) = 70+57+122=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #46397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46397A is #B9C685. Grayscale: #444444. Windows color (decimal): -12174982 or 8010054. OLE color: 8010054.
HSL color Cylindrical-coordinate representation of color #46397A: hue angle of 252º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46397A is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 57 | 122 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.52 |
| HSL | 252º | 0.36% | 0.35% | - |
| HSV(B) | 252º | 0.53% | 0.48% | - |
| XYZ | 7.5 | 5.63 | 19.1 | - |
| YUV | 68.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 122 | 0.43 | 0.53 | 0 | 0.52 | 252 | 0.36 | 0.35 |
| Hex | 46 | 39 | 7A | 2B | 35 | 0 | 34 | FC | 24 | 23 |
| Octal | 106 | 71 | 172 | 53 | 65 | 0 | 64 | 374 | 44 | 43 |
| Binary | 1000110 | 111001 | 1111010 | 101011 | 110101 | 0 | 110100 | 11111100 | 100100 | 100011 |
Color Harmonies of #46397A
Complementary color
Monochromatic Colors of #46397A
Black with #46397A
Text Example
Text Example
White with #46397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46397A; }
p { color: rgb(70,57,122); }
H1.HeaderClassName
{
color: #46397A;
}
.AnyTagClassName
{
color: #46397A;
}
</style>
background-color css
<style>
a { background-color: #46397A; }
a { background-color: rgb(70,57,122); }
div.DivClassName
{
background-color: #46397A;
}
.BgClassName
{
background-color: #46397A;
}
</style>
border-color css
<style>
span { border-color: #46397A; }
span { border-color: rgb(70,57,122); }
td.TdClassName
{
border-color: #46397A;
}
.TagClassName
{
border-color: #46397A;
}
</style>