Shades of Windsor #442A73
Tints of Windsor #442A73
RGB
CMYK
RGB Variations
Color information
#442A73 (or 0x442A73) is known color: Windsor. HEX triplet: 44, 2A and 73. RGB value is (68,42,115). Sum of RGB (Red+Green+Blue) = 68+42+115=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #442A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A73 is #BBD58C. Grayscale: #393939. Windows color (decimal): -12309901 or 7547460. OLE color: 7547460.
HSL color Cylindrical-coordinate representation of color #442A73: 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 #442A73 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 42 | 115 | - |
| 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.31 | 4.12 | 16.68 | - |
| YUV | 58.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 115 | 0.41 | 0.63 | 0 | 0.55 | 261.37 | 0.46 | 0.31 |
| Hex | 44 | 2A | 73 | 29 | 3F | 0 | 37 | 105 | 2E | 1F |
| Octal | 104 | 52 | 163 | 51 | 77 | 0 | 67 | 405 | 56 | 37 |
| Binary | 1000100 | 101010 | 1110011 | 101001 | 111111 | 0 | 110111 | 100000101 | 101110 | 11111 |
Color Harmonies of #442A73
Complementary color
Monochromatic Colors of #442A73
Black with #442A73
Text Example
Text Example
White with #442A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A73; }
p { color: rgb(68,42,115); }
H1.HeaderClassName
{
color: #442A73;
}
.AnyTagClassName
{
color: #442A73;
}
</style>
background-color css
<style>
a { background-color: #442A73; }
a { background-color: rgb(68,42,115); }
div.DivClassName
{
background-color: #442A73;
}
.BgClassName
{
background-color: #442A73;
}
</style>
border-color css
<style>
span { border-color: #442A73; }
span { border-color: rgb(68,42,115); }
td.TdClassName
{
border-color: #442A73;
}
.TagClassName
{
border-color: #442A73;
}
</style>