Shades of Windsor #45307F
Tints of Windsor #45307F
RGB
CMYK
RGB Variations
Color information
#45307F (or 0x45307F) is known color: Windsor. HEX triplet: 45, 30 and 7F. RGB value is (69,48,127). Sum of RGB (Red+Green+Blue) = 69+48+127=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #45307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45307F is #BACF80. Grayscale: #3E3E3E. Windows color (decimal): -12242817 or 8335429. OLE color: 8335429.
HSL color Cylindrical-coordinate representation of color #45307F: hue angle of 255.95º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45307F is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 48 | 127 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.50 |
| HSL | 255.95º | 0.45% | 0.34% | - |
| HSV(B) | 255.95º | 0.62% | 0.5% | - |
| XYZ | 7.34 | 4.91 | 20.64 | - |
| YUV | 63.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 127 | 0.46 | 0.62 | 0 | 0.50 | 255.95 | 0.45 | 0.34 |
| Hex | 45 | 30 | 7F | 2E | 3E | 0 | 32 | 100 | 2D | 22 |
| Octal | 105 | 60 | 177 | 56 | 76 | 0 | 62 | 400 | 55 | 42 |
| Binary | 1000101 | 110000 | 1111111 | 101110 | 111110 | 0 | 110010 | 100000000 | 101101 | 100010 |
Color Harmonies of #45307F
Complementary color
Monochromatic Colors of #45307F
Black with #45307F
Text Example
Text Example
White with #45307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45307F; }
p { color: rgb(69,48,127); }
H1.HeaderClassName
{
color: #45307F;
}
.AnyTagClassName
{
color: #45307F;
}
</style>
background-color css
<style>
a { background-color: #45307F; }
a { background-color: rgb(69,48,127); }
div.DivClassName
{
background-color: #45307F;
}
.BgClassName
{
background-color: #45307F;
}
</style>
border-color css
<style>
span { border-color: #45307F; }
span { border-color: rgb(69,48,127); }
td.TdClassName
{
border-color: #45307F;
}
.TagClassName
{
border-color: #45307F;
}
</style>