Shades of Windsor #452B74
Tints of Windsor #452B74
RGB
CMYK
RGB Variations
Color information
#452B74 (or 0x452B74) is known color: Windsor. HEX triplet: 45, 2B and 74. RGB value is (69,43,116). Sum of RGB (Red+Green+Blue) = 69+43+116=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #452B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B74 is #BAD48B. Grayscale: #3A3A3A. Windows color (decimal): -12244108 or 7613253. OLE color: 7613253.
HSL color Cylindrical-coordinate representation of color #452B74: hue angle of 261.37º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #452B74 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 43 | 116 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.55 |
| HSL | 261.37º | 0.46% | 0.31% | - |
| HSV(B) | 261.37º | 0.63% | 0.45% | - |
| XYZ | 6.47 | 4.25 | 17 | - |
| YUV | 59.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 116 | 0.41 | 0.63 | 0 | 0.55 | 261.37 | 0.46 | 0.31 |
| Hex | 45 | 2B | 74 | 29 | 3F | 0 | 37 | 105 | 2E | 1F |
| Octal | 105 | 53 | 164 | 51 | 77 | 0 | 67 | 405 | 56 | 37 |
| Binary | 1000101 | 101011 | 1110100 | 101001 | 111111 | 0 | 110111 | 100000101 | 101110 | 11111 |
Color Harmonies of #452B74
Complementary color
Monochromatic Colors of #452B74
Black with #452B74
Text Example
Text Example
White with #452B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B74; }
p { color: rgb(69,43,116); }
H1.HeaderClassName
{
color: #452B74;
}
.AnyTagClassName
{
color: #452B74;
}
</style>
background-color css
<style>
a { background-color: #452B74; }
a { background-color: rgb(69,43,116); }
div.DivClassName
{
background-color: #452B74;
}
.BgClassName
{
background-color: #452B74;
}
</style>
border-color css
<style>
span { border-color: #452B74; }
span { border-color: rgb(69,43,116); }
td.TdClassName
{
border-color: #452B74;
}
.TagClassName
{
border-color: #452B74;
}
</style>