Shades of Blue Gem #4424AB
Tints of Blue Gem #4424AB
RGB
CMYK
RGB Variations
Color information
#4424AB (or 0x4424AB) is known color: Blue Gem. HEX triplet: 44, 24 and AB. RGB value is (68,36,171). Sum of RGB (Red+Green+Blue) = 68+36+171=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #4424AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4424AB is #BBDB54. Grayscale: #3C3C3C. Windows color (decimal): -12311381 or 11215940. OLE color: 11215940.
HSL color Cylindrical-coordinate representation of color #4424AB: hue angle of 254.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4424AB is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 36 | 171 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.33 |
| HSL | 254.22º | 0.65% | 0.41% | - |
| HSV(B) | 254.22º | 0.79% | 0.67% | - |
| XYZ | 10.37 | 5.43 | 39.03 | - |
| YUV | 60.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 171 | 0.60 | 0.79 | 0 | 0.33 | 254.22 | 0.65 | 0.41 |
| Hex | 44 | 24 | AB | 3C | 4F | 0 | 21 | FE | 41 | 29 |
| Octal | 104 | 44 | 253 | 74 | 117 | 0 | 41 | 376 | 101 | 51 |
| Binary | 1000100 | 100100 | 10101011 | 111100 | 1001111 | 0 | 100001 | 11111110 | 1000001 | 101001 |
Color Harmonies of #4424AB
Complementary color
Monochromatic Colors of #4424AB
Black with #4424AB
Text Example
Text Example
White with #4424AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4424AB; }
p { color: rgb(68,36,171); }
H1.HeaderClassName
{
color: #4424AB;
}
.AnyTagClassName
{
color: #4424AB;
}
</style>
background-color css
<style>
a { background-color: #4424AB; }
a { background-color: rgb(68,36,171); }
div.DivClassName
{
background-color: #4424AB;
}
.BgClassName
{
background-color: #4424AB;
}
</style>
border-color css
<style>
span { border-color: #4424AB; }
span { border-color: rgb(68,36,171); }
td.TdClassName
{
border-color: #4424AB;
}
.TagClassName
{
border-color: #4424AB;
}
</style>