Shades of Jelly Bean #44749A
Tints of Jelly Bean #44749A
RGB
CMYK
RGB Variations
Color information
#44749A (or 0x44749A) is known color: Jelly Bean. HEX triplet: 44, 74 and 9A. RGB value is (68,116,154). Sum of RGB (Red+Green+Blue) = 68+116+154=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #44749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44749A is #BB8B65. Grayscale: #696969. Windows color (decimal): -12290918 or 10122308. OLE color: 10122308.
HSL color Cylindrical-coordinate representation of color #44749A: hue angle of 206.51º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44749A is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 116 | 154 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.40 |
| HSL | 206.51º | 0.39% | 0.44% | - |
| HSV(B) | 206.51º | 0.56% | 0.6% | - |
| XYZ | 14.46 | 16.05 | 32.91 | - |
| YUV | 105.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 154 | 0.56 | 0.25 | 0 | 0.40 | 206.51 | 0.39 | 0.44 |
| Hex | 44 | 74 | 9A | 38 | 19 | 0 | 28 | CF | 27 | 2C |
| Octal | 104 | 164 | 232 | 70 | 31 | 0 | 50 | 317 | 47 | 54 |
| Binary | 1000100 | 1110100 | 10011010 | 111000 | 11001 | 0 | 101000 | 11001111 | 100111 | 101100 |
Color Harmonies of #44749A
Complementary color
Monochromatic Colors of #44749A
Black with #44749A
Text Example
Text Example
White with #44749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44749A; }
p { color: rgb(68,116,154); }
H1.HeaderClassName
{
color: #44749A;
}
.AnyTagClassName
{
color: #44749A;
}
</style>
background-color css
<style>
a { background-color: #44749A; }
a { background-color: rgb(68,116,154); }
div.DivClassName
{
background-color: #44749A;
}
.BgClassName
{
background-color: #44749A;
}
</style>
border-color css
<style>
span { border-color: #44749A; }
span { border-color: rgb(68,116,154); }
td.TdClassName
{
border-color: #44749A;
}
.TagClassName
{
border-color: #44749A;
}
</style>