Shades of Windsor #452E76
Tints of Windsor #452E76
RGB
CMYK
RGB Variations
Color information
#452E76 (or 0x452E76) is known color: Windsor. HEX triplet: 45, 2E and 76. RGB value is (69,46,118). Sum of RGB (Red+Green+Blue) = 69+46+118=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #452E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E76 is #BAD189. Grayscale: #3C3C3C. Windows color (decimal): -12243338 or 7745093. OLE color: 7745093.
HSL color Cylindrical-coordinate representation of color #452E76: hue angle of 259.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452E76 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 46 | 118 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.54 |
| HSL | 259.17º | 0.44% | 0.32% | - |
| HSV(B) | 259.17º | 0.61% | 0.46% | - |
| XYZ | 6.7 | 4.53 | 17.66 | - |
| YUV | 61.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 118 | 0.42 | 0.61 | 0 | 0.54 | 259.17 | 0.44 | 0.32 |
| Hex | 45 | 2E | 76 | 2A | 3D | 0 | 36 | 103 | 2C | 20 |
| Octal | 105 | 56 | 166 | 52 | 75 | 0 | 66 | 403 | 54 | 40 |
| Binary | 1000101 | 101110 | 1110110 | 101010 | 111101 | 0 | 110110 | 100000011 | 101100 | 100000 |
Color Harmonies of #452E76
Complementary color
Monochromatic Colors of #452E76
Black with #452E76
Text Example
Text Example
White with #452E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E76; }
p { color: rgb(69,46,118); }
H1.HeaderClassName
{
color: #452E76;
}
.AnyTagClassName
{
color: #452E76;
}
</style>
background-color css
<style>
a { background-color: #452E76; }
a { background-color: rgb(69,46,118); }
div.DivClassName
{
background-color: #452E76;
}
.BgClassName
{
background-color: #452E76;
}
</style>
border-color css
<style>
span { border-color: #452E76; }
span { border-color: rgb(69,46,118); }
td.TdClassName
{
border-color: #452E76;
}
.TagClassName
{
border-color: #452E76;
}
</style>