Shades of Windsor #462888
Tints of Windsor #462888
RGB
CMYK
RGB Variations
Color information
#462888 (or 0x462888) is known color: Windsor. HEX triplet: 46, 28 and 88. RGB value is (70,40,136). Sum of RGB (Red+Green+Blue) = 70+40+136=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #462888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462888 is #B9D777. Grayscale: #3B3B3B. Windows color (decimal): -12179320 or 8923206. OLE color: 8923206.
HSL color Cylindrical-coordinate representation of color #462888: hue angle of 258.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462888 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 40 | 136 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.47 |
| HSL | 258.75º | 0.55% | 0.35% | - |
| HSV(B) | 258.75º | 0.71% | 0.53% | - |
| XYZ | 7.73 | 4.6 | 23.77 | - |
| YUV | 59.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 136 | 0.49 | 0.71 | 0 | 0.47 | 258.75 | 0.55 | 0.35 |
| Hex | 46 | 28 | 88 | 31 | 47 | 0 | 2F | 103 | 37 | 23 |
| Octal | 106 | 50 | 210 | 61 | 107 | 0 | 57 | 403 | 67 | 43 |
| Binary | 1000110 | 101000 | 10001000 | 110001 | 1000111 | 0 | 101111 | 100000011 | 110111 | 100011 |
Color Harmonies of #462888
Complementary color
Monochromatic Colors of #462888
Black with #462888
Text Example
Text Example
White with #462888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462888; }
p { color: rgb(70,40,136); }
H1.HeaderClassName
{
color: #462888;
}
.AnyTagClassName
{
color: #462888;
}
</style>
background-color css
<style>
a { background-color: #462888; }
a { background-color: rgb(70,40,136); }
div.DivClassName
{
background-color: #462888;
}
.BgClassName
{
background-color: #462888;
}
</style>
border-color css
<style>
span { border-color: #462888; }
span { border-color: rgb(70,40,136); }
td.TdClassName
{
border-color: #462888;
}
.TagClassName
{
border-color: #462888;
}
</style>