Shades of Jelly Bean #44778B
Tints of Jelly Bean #44778B
RGB
CMYK
RGB Variations
Color information
#44778B (or 0x44778B) is known color: Jelly Bean. HEX triplet: 44, 77 and 8B. RGB value is (68,119,139). Sum of RGB (Red+Green+Blue) = 68+119+139=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #44778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44778B is #BB8874. Grayscale: #696969. Windows color (decimal): -12290165 or 9140036. OLE color: 9140036.
HSL color Cylindrical-coordinate representation of color #44778B: hue angle of 196.9º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44778B is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 119 | 139 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.45 |
| HSL | 196.9º | 0.34% | 0.41% | - |
| HSV(B) | 196.9º | 0.51% | 0.55% | - |
| XYZ | 13.64 | 16.29 | 26.85 | - |
| YUV | 106.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 139 | 0.51 | 0.14 | 0 | 0.45 | 196.9 | 0.34 | 0.41 |
| Hex | 44 | 77 | 8B | 33 | E | 0 | 2D | C5 | 22 | 29 |
| Octal | 104 | 167 | 213 | 63 | 16 | 0 | 55 | 305 | 42 | 51 |
| Binary | 1000100 | 1110111 | 10001011 | 110011 | 1110 | 0 | 101101 | 11000101 | 100010 | 101001 |
Color Harmonies of #44778B
Complementary color
Monochromatic Colors of #44778B
Black with #44778B
Text Example
Text Example
White with #44778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44778B; }
p { color: rgb(68,119,139); }
H1.HeaderClassName
{
color: #44778B;
}
.AnyTagClassName
{
color: #44778B;
}
</style>
background-color css
<style>
a { background-color: #44778B; }
a { background-color: rgb(68,119,139); }
div.DivClassName
{
background-color: #44778B;
}
.BgClassName
{
background-color: #44778B;
}
</style>
border-color css
<style>
span { border-color: #44778B; }
span { border-color: rgb(68,119,139); }
td.TdClassName
{
border-color: #44778B;
}
.TagClassName
{
border-color: #44778B;
}
</style>