Shades of Windsor #44306D
Tints of Windsor #44306D
RGB
CMYK
RGB Variations
Color information
#44306D (or 0x44306D) is known color: Windsor. HEX triplet: 44, 30 and 6D. RGB value is (68,48,109). Sum of RGB (Red+Green+Blue) = 68+48+109=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #44306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44306D is #BBCF92. Grayscale: #3C3C3C. Windows color (decimal): -12308371 or 7155780. OLE color: 7155780.
HSL color Cylindrical-coordinate representation of color #44306D: hue angle of 259.67º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44306D is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 48 | 109 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.57 |
| HSL | 259.67º | 0.39% | 0.31% | - |
| HSV(B) | 259.67º | 0.56% | 0.43% | - |
| XYZ | 6.2 | 4.45 | 15 | - |
| YUV | 60.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 109 | 0.38 | 0.56 | 0 | 0.57 | 259.67 | 0.39 | 0.31 |
| Hex | 44 | 30 | 6D | 26 | 38 | 0 | 39 | 104 | 27 | 1F |
| Octal | 104 | 60 | 155 | 46 | 70 | 0 | 71 | 404 | 47 | 37 |
| Binary | 1000100 | 110000 | 1101101 | 100110 | 111000 | 0 | 111001 | 100000100 | 100111 | 11111 |
Color Harmonies of #44306D
Complementary color
Monochromatic Colors of #44306D
Black with #44306D
Text Example
Text Example
White with #44306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44306D; }
p { color: rgb(68,48,109); }
H1.HeaderClassName
{
color: #44306D;
}
.AnyTagClassName
{
color: #44306D;
}
</style>
background-color css
<style>
a { background-color: #44306D; }
a { background-color: rgb(68,48,109); }
div.DivClassName
{
background-color: #44306D;
}
.BgClassName
{
background-color: #44306D;
}
</style>
border-color css
<style>
span { border-color: #44306D; }
span { border-color: rgb(68,48,109); }
td.TdClassName
{
border-color: #44306D;
}
.TagClassName
{
border-color: #44306D;
}
</style>