Shades of Blue Gem #4433AA
Tints of Blue Gem #4433AA
RGB
CMYK
RGB Variations
Color information
#4433AA (or 0x4433AA) is known color: Blue Gem. HEX triplet: 44, 33 and AA. RGB value is (68,51,170). Sum of RGB (Red+Green+Blue) = 68+51+170=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #4433AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4433AA is #BBCC55. Grayscale: #454545. Windows color (decimal): -12307542 or 11154244. OLE color: 11154244.
HSL color Cylindrical-coordinate representation of color #4433AA: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4433AA is Cyan = 0.6, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 51 | 170 | - |
| CMYK | 0.6 | 0.7 | 0 | 0.33 |
| HSL | 248.57º | 0.54% | 0.43% | - |
| HSV(B) | 248.57º | 0.7% | 0.67% | - |
| XYZ | 10.82 | 6.5 | 38.71 | - |
| YUV | 69.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 170 | 0.6 | 0.7 | 0 | 0.33 | 248.57 | 0.54 | 0.43 |
| Hex | 44 | 33 | AA | 3C | 46 | 0 | 21 | F9 | 36 | 2B |
| Octal | 104 | 63 | 252 | 74 | 106 | 0 | 41 | 371 | 66 | 53 |
| Binary | 1000100 | 110011 | 10101010 | 111100 | 1000110 | 0 | 100001 | 11111001 | 110110 | 101011 |
Color Harmonies of #4433AA
Complementary color
Monochromatic Colors of #4433AA
Black with #4433AA
Text Example
Text Example
White with #4433AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4433AA; }
p { color: rgb(68,51,170); }
H1.HeaderClassName
{
color: #4433AA;
}
.AnyTagClassName
{
color: #4433AA;
}
</style>
background-color css
<style>
a { background-color: #4433AA; }
a { background-color: rgb(68,51,170); }
div.DivClassName
{
background-color: #4433AA;
}
.BgClassName
{
background-color: #4433AA;
}
</style>
border-color css
<style>
span { border-color: #4433AA; }
span { border-color: rgb(68,51,170); }
td.TdClassName
{
border-color: #4433AA;
}
.TagClassName
{
border-color: #4433AA;
}
</style>