Shades of Blue Gem #4434AB
Tints of Blue Gem #4434AB
RGB
CMYK
RGB Variations
Color information
#4434AB (or 0x4434AB) is known color: Blue Gem. HEX triplet: 44, 34 and AB. RGB value is (68,52,171). Sum of RGB (Red+Green+Blue) = 68+52+171=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #4434AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4434AB is #BBCB54. Grayscale: #454545. Windows color (decimal): -12307285 or 11220036. OLE color: 11220036.
HSL color Cylindrical-coordinate representation of color #4434AB: hue angle of 248.07º degrees, saturation: 0.53, 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 #4434AB is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 52 | 171 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.33 |
| HSL | 248.07º | 0.53% | 0.44% | - |
| HSV(B) | 248.07º | 0.7% | 0.67% | - |
| XYZ | 10.96 | 6.63 | 39.23 | - |
| YUV | 70.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 171 | 0.60 | 0.70 | 0 | 0.33 | 248.07 | 0.53 | 0.44 |
| Hex | 44 | 34 | AB | 3C | 46 | 0 | 21 | F8 | 35 | 2C |
| Octal | 104 | 64 | 253 | 74 | 106 | 0 | 41 | 370 | 65 | 54 |
| Binary | 1000100 | 110100 | 10101011 | 111100 | 1000110 | 0 | 100001 | 11111000 | 110101 | 101100 |
Color Harmonies of #4434AB
Complementary color
Monochromatic Colors of #4434AB
Black with #4434AB
Text Example
Text Example
White with #4434AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434AB; }
p { color: rgb(68,52,171); }
H1.HeaderClassName
{
color: #4434AB;
}
.AnyTagClassName
{
color: #4434AB;
}
</style>
background-color css
<style>
a { background-color: #4434AB; }
a { background-color: rgb(68,52,171); }
div.DivClassName
{
background-color: #4434AB;
}
.BgClassName
{
background-color: #4434AB;
}
</style>
border-color css
<style>
span { border-color: #4434AB; }
span { border-color: rgb(68,52,171); }
td.TdClassName
{
border-color: #4434AB;
}
.TagClassName
{
border-color: #4434AB;
}
</style>