Shades of Windsor #463282
Tints of Windsor #463282
RGB
CMYK
RGB Variations
Color information
#463282 (or 0x463282) is known color: Windsor. HEX triplet: 46, 32 and 82. RGB value is (70,50,130). Sum of RGB (Red+Green+Blue) = 70+50+130=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #463282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463282 is #B9CD7D. Grayscale: #404040. Windows color (decimal): -12176766 or 8532550. OLE color: 8532550.
HSL color Cylindrical-coordinate representation of color #463282: hue angle of 255º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463282 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 50 | 130 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.49 |
| HSL | 255º | 0.44% | 0.35% | - |
| HSV(B) | 255º | 0.62% | 0.51% | - |
| XYZ | 7.7 | 5.2 | 21.72 | - |
| YUV | 65.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 130 | 0.46 | 0.62 | 0 | 0.49 | 255 | 0.44 | 0.35 |
| Hex | 46 | 32 | 82 | 2E | 3E | 0 | 31 | FF | 2C | 23 |
| Octal | 106 | 62 | 202 | 56 | 76 | 0 | 61 | 377 | 54 | 43 |
| Binary | 1000110 | 110010 | 10000010 | 101110 | 111110 | 0 | 110001 | 11111111 | 101100 | 100011 |
Color Harmonies of #463282
Complementary color
Monochromatic Colors of #463282
Black with #463282
Text Example
Text Example
White with #463282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463282; }
p { color: rgb(70,50,130); }
H1.HeaderClassName
{
color: #463282;
}
.AnyTagClassName
{
color: #463282;
}
</style>
background-color css
<style>
a { background-color: #463282; }
a { background-color: rgb(70,50,130); }
div.DivClassName
{
background-color: #463282;
}
.BgClassName
{
background-color: #463282;
}
</style>
border-color css
<style>
span { border-color: #463282; }
span { border-color: rgb(70,50,130); }
td.TdClassName
{
border-color: #463282;
}
.TagClassName
{
border-color: #463282;
}
</style>