Shades of Blue Gem #4428AC
Tints of Blue Gem #4428AC
RGB
CMYK
RGB Variations
Color information
#4428AC (or 0x4428AC) is known color: Blue Gem. HEX triplet: 44, 28 and AC. RGB value is (68,40,172). Sum of RGB (Red+Green+Blue) = 68+40+172=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #4428AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4428AC is #BBD753. Grayscale: #3E3E3E. Windows color (decimal): -12310356 or 11282500. OLE color: 11282500.
HSL color Cylindrical-coordinate representation of color #4428AC: hue angle of 252.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4428AC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 40 | 172 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.33 |
| HSL | 252.73º | 0.62% | 0.42% | - |
| HSV(B) | 252.73º | 0.77% | 0.67% | - |
| XYZ | 10.59 | 5.73 | 39.58 | - |
| YUV | 63.42 | 189.28 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 172 | 0.60 | 0.77 | 0 | 0.33 | 252.73 | 0.62 | 0.42 |
| Hex | 44 | 28 | AC | 3C | 4D | 0 | 21 | FD | 3E | 2A |
| Octal | 104 | 50 | 254 | 74 | 115 | 0 | 41 | 375 | 76 | 52 |
| Binary | 1000100 | 101000 | 10101100 | 111100 | 1001101 | 0 | 100001 | 11111101 | 111110 | 101010 |
Color Harmonies of #4428AC
Complementary color
Monochromatic Colors of #4428AC
Black with #4428AC
Text Example
Text Example
White with #4428AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4428AC; }
p { color: rgb(68,40,172); }
H1.HeaderClassName
{
color: #4428AC;
}
.AnyTagClassName
{
color: #4428AC;
}
</style>
background-color css
<style>
a { background-color: #4428AC; }
a { background-color: rgb(68,40,172); }
div.DivClassName
{
background-color: #4428AC;
}
.BgClassName
{
background-color: #4428AC;
}
</style>
border-color css
<style>
span { border-color: #4428AC; }
span { border-color: rgb(68,40,172); }
td.TdClassName
{
border-color: #4428AC;
}
.TagClassName
{
border-color: #4428AC;
}
</style>