Shades of Jelly Bean #44768A
Tints of Jelly Bean #44768A
RGB
CMYK
RGB Variations
Color information
#44768A (or 0x44768A) is known color: Jelly Bean. HEX triplet: 44, 76 and 8A. RGB value is (68,118,138). Sum of RGB (Red+Green+Blue) = 68+118+138=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #44768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44768A is #BB8975. Grayscale: #696969. Windows color (decimal): -12290422 or 9074244. OLE color: 9074244.
HSL color Cylindrical-coordinate representation of color #44768A: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44768A is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 118 | 138 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.46 |
| HSL | 197.14º | 0.34% | 0.4% | - |
| HSV(B) | 197.14º | 0.51% | 0.54% | - |
| XYZ | 13.45 | 16.02 | 26.43 | - |
| YUV | 105.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 138 | 0.51 | 0.14 | 0 | 0.46 | 197.14 | 0.34 | 0.4 |
| Hex | 44 | 76 | 8A | 33 | E | 0 | 2E | C5 | 22 | 28 |
| Octal | 104 | 166 | 212 | 63 | 16 | 0 | 56 | 305 | 42 | 50 |
| Binary | 1000100 | 1110110 | 10001010 | 110011 | 1110 | 0 | 101110 | 11000101 | 100010 | 101000 |
Color Harmonies of #44768A
Complementary color
Monochromatic Colors of #44768A
Black with #44768A
Text Example
Text Example
White with #44768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44768A; }
p { color: rgb(68,118,138); }
H1.HeaderClassName
{
color: #44768A;
}
.AnyTagClassName
{
color: #44768A;
}
</style>
background-color css
<style>
a { background-color: #44768A; }
a { background-color: rgb(68,118,138); }
div.DivClassName
{
background-color: #44768A;
}
.BgClassName
{
background-color: #44768A;
}
</style>
border-color css
<style>
span { border-color: #44768A; }
span { border-color: rgb(68,118,138); }
td.TdClassName
{
border-color: #44768A;
}
.TagClassName
{
border-color: #44768A;
}
</style>