Shades of Blue Gem #4433AC
Tints of Blue Gem #4433AC
RGB
CMYK
RGB Variations
Color information
#4433AC (or 0x4433AC) is known color: Blue Gem. HEX triplet: 44, 33 and AC. RGB value is (68,51,172). Sum of RGB (Red+Green+Blue) = 68+51+172=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #4433AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4433AC is #BBCC53. Grayscale: #454545. Windows color (decimal): -12307540 or 11285316. OLE color: 11285316.
HSL color Cylindrical-coordinate representation of color #4433AC: hue angle of 248.43º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4433AC is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 51 | 172 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.33 |
| HSL | 248.43º | 0.54% | 0.44% | - |
| HSV(B) | 248.43º | 0.7% | 0.67% | - |
| XYZ | 11.01 | 6.58 | 39.72 | - |
| YUV | 69.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 172 | 0.60 | 0.70 | 0 | 0.33 | 248.43 | 0.54 | 0.44 |
| Hex | 44 | 33 | AC | 3C | 46 | 0 | 21 | F8 | 36 | 2C |
| Octal | 104 | 63 | 254 | 74 | 106 | 0 | 41 | 370 | 66 | 54 |
| Binary | 1000100 | 110011 | 10101100 | 111100 | 1000110 | 0 | 100001 | 11111000 | 110110 | 101100 |
Color Harmonies of #4433AC
Complementary color
Monochromatic Colors of #4433AC
Black with #4433AC
Text Example
Text Example
White with #4433AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4433AC; }
p { color: rgb(68,51,172); }
H1.HeaderClassName
{
color: #4433AC;
}
.AnyTagClassName
{
color: #4433AC;
}
</style>
background-color css
<style>
a { background-color: #4433AC; }
a { background-color: rgb(68,51,172); }
div.DivClassName
{
background-color: #4433AC;
}
.BgClassName
{
background-color: #4433AC;
}
</style>
border-color css
<style>
span { border-color: #4433AC; }
span { border-color: rgb(68,51,172); }
td.TdClassName
{
border-color: #4433AC;
}
.TagClassName
{
border-color: #4433AC;
}
</style>