Shades of Blue Gem #442699
Tints of Blue Gem #442699
RGB
CMYK
RGB Variations
Color information
#442699 (or 0x442699) is known color: Blue Gem. HEX triplet: 44, 26 and 99. RGB value is (68,38,153). Sum of RGB (Red+Green+Blue) = 68+38+153=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #442699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442699 is #BBD966. Grayscale: #3B3B3B. Windows color (decimal): -12310887 or 10036804. OLE color: 10036804.
HSL color Cylindrical-coordinate representation of color #442699: hue angle of 255.65º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442699 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 38 | 153 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.4 |
| HSL | 255.65º | 0.6% | 0.37% | - |
| HSV(B) | 255.65º | 0.75% | 0.6% | - |
| XYZ | 8.83 | 4.92 | 30.62 | - |
| YUV | 60.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 153 | 0.56 | 0.75 | 0 | 0.4 | 255.65 | 0.6 | 0.37 |
| Hex | 44 | 26 | 99 | 38 | 4B | 0 | 28 | 100 | 3C | 25 |
| Octal | 104 | 46 | 231 | 70 | 113 | 0 | 50 | 400 | 74 | 45 |
| Binary | 1000100 | 100110 | 10011001 | 111000 | 1001011 | 0 | 101000 | 100000000 | 111100 | 100101 |
Color Harmonies of #442699
Complementary color
Monochromatic Colors of #442699
Black with #442699
Text Example
Text Example
White with #442699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442699; }
p { color: rgb(68,38,153); }
H1.HeaderClassName
{
color: #442699;
}
.AnyTagClassName
{
color: #442699;
}
</style>
background-color css
<style>
a { background-color: #442699; }
a { background-color: rgb(68,38,153); }
div.DivClassName
{
background-color: #442699;
}
.BgClassName
{
background-color: #442699;
}
</style>
border-color css
<style>
span { border-color: #442699; }
span { border-color: rgb(68,38,153); }
td.TdClassName
{
border-color: #442699;
}
.TagClassName
{
border-color: #442699;
}
</style>