Shades of Jelly Bean #44778A
Tints of Jelly Bean #44778A
RGB
CMYK
RGB Variations
Color information
#44778A (or 0x44778A) is known color: Jelly Bean. HEX triplet: 44, 77 and 8A. RGB value is (68,119,138). Sum of RGB (Red+Green+Blue) = 68+119+138=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #44778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44778A is #BB8875. Grayscale: #696969. Windows color (decimal): -12290166 or 9074500. OLE color: 9074500.
HSL color Cylindrical-coordinate representation of color #44778A: hue angle of 196.29º 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 #44778A is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 119 | 138 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.46 |
| HSL | 196.29º | 0.34% | 0.4% | - |
| HSV(B) | 196.29º | 0.51% | 0.54% | - |
| XYZ | 13.57 | 16.26 | 26.47 | - |
| YUV | 105.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 138 | 0.51 | 0.14 | 0 | 0.46 | 196.29 | 0.34 | 0.4 |
| Hex | 44 | 77 | 8A | 33 | E | 0 | 2E | C4 | 22 | 28 |
| Octal | 104 | 167 | 212 | 63 | 16 | 0 | 56 | 304 | 42 | 50 |
| Binary | 1000100 | 1110111 | 10001010 | 110011 | 1110 | 0 | 101110 | 11000100 | 100010 | 101000 |
Color Harmonies of #44778A
Complementary color
Monochromatic Colors of #44778A
Black with #44778A
Text Example
Text Example
White with #44778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44778A; }
p { color: rgb(68,119,138); }
H1.HeaderClassName
{
color: #44778A;
}
.AnyTagClassName
{
color: #44778A;
}
</style>
background-color css
<style>
a { background-color: #44778A; }
a { background-color: rgb(68,119,138); }
div.DivClassName
{
background-color: #44778A;
}
.BgClassName
{
background-color: #44778A;
}
</style>
border-color css
<style>
span { border-color: #44778A; }
span { border-color: rgb(68,119,138); }
td.TdClassName
{
border-color: #44778A;
}
.TagClassName
{
border-color: #44778A;
}
</style>