Shades of Blue Gem #4439AC
Tints of Blue Gem #4439AC
RGB
CMYK
RGB Variations
Color information
#4439AC (or 0x4439AC) is known color: Blue Gem. HEX triplet: 44, 39 and AC. RGB value is (68,57,172). Sum of RGB (Red+Green+Blue) = 68+57+172=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #4439AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4439AC is #BBC653. Grayscale: #484848. Windows color (decimal): -12306004 or 11286852. OLE color: 11286852.
HSL color Cylindrical-coordinate representation of color #4439AC: hue angle of 245.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4439AC is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 57 | 172 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.33 |
| HSL | 245.74º | 0.5% | 0.45% | - |
| HSV(B) | 245.74º | 0.67% | 0.67% | - |
| XYZ | 11.29 | 7.13 | 39.81 | - |
| YUV | 73.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 172 | 0.60 | 0.67 | 0 | 0.33 | 245.74 | 0.5 | 0.45 |
| Hex | 44 | 39 | AC | 3C | 43 | 0 | 21 | F6 | 32 | 2D |
| Octal | 104 | 71 | 254 | 74 | 103 | 0 | 41 | 366 | 62 | 55 |
| Binary | 1000100 | 111001 | 10101100 | 111100 | 1000011 | 0 | 100001 | 11110110 | 110010 | 101101 |
Color Harmonies of #4439AC
Complementary color
Monochromatic Colors of #4439AC
Black with #4439AC
Text Example
Text Example
White with #4439AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4439AC; }
p { color: rgb(68,57,172); }
H1.HeaderClassName
{
color: #4439AC;
}
.AnyTagClassName
{
color: #4439AC;
}
</style>
background-color css
<style>
a { background-color: #4439AC; }
a { background-color: rgb(68,57,172); }
div.DivClassName
{
background-color: #4439AC;
}
.BgClassName
{
background-color: #4439AC;
}
</style>
border-color css
<style>
span { border-color: #4439AC; }
span { border-color: rgb(68,57,172); }
td.TdClassName
{
border-color: #4439AC;
}
.TagClassName
{
border-color: #4439AC;
}
</style>