Shades of Windsor #452878
Tints of Windsor #452878
RGB
CMYK
RGB Variations
Color information
#452878 (or 0x452878) is known color: Windsor. HEX triplet: 45, 28 and 78. RGB value is (69,40,120). Sum of RGB (Red+Green+Blue) = 69+40+120=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #452878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452878 is #BAD787. Grayscale: #393939. Windows color (decimal): -12244872 or 7874629. OLE color: 7874629.
HSL color Cylindrical-coordinate representation of color #452878: hue angle of 261.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452878 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 40 | 120 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.53 |
| HSL | 261.75º | 0.5% | 0.31% | - |
| HSV(B) | 261.75º | 0.67% | 0.47% | - |
| XYZ | 6.6 | 4.14 | 18.22 | - |
| YUV | 57.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 120 | 0.42 | 0.67 | 0 | 0.53 | 261.75 | 0.5 | 0.31 |
| Hex | 45 | 28 | 78 | 2A | 43 | 0 | 35 | 106 | 32 | 1F |
| Octal | 105 | 50 | 170 | 52 | 103 | 0 | 65 | 406 | 62 | 37 |
| Binary | 1000101 | 101000 | 1111000 | 101010 | 1000011 | 0 | 110101 | 100000110 | 110010 | 11111 |
Color Harmonies of #452878
Complementary color
Monochromatic Colors of #452878
Black with #452878
Text Example
Text Example
White with #452878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452878; }
p { color: rgb(69,40,120); }
H1.HeaderClassName
{
color: #452878;
}
.AnyTagClassName
{
color: #452878;
}
</style>
background-color css
<style>
a { background-color: #452878; }
a { background-color: rgb(69,40,120); }
div.DivClassName
{
background-color: #452878;
}
.BgClassName
{
background-color: #452878;
}
</style>
border-color css
<style>
span { border-color: #452878; }
span { border-color: rgb(69,40,120); }
td.TdClassName
{
border-color: #452878;
}
.TagClassName
{
border-color: #452878;
}
</style>