Shades of Jelly Bean #44798D
Tints of Jelly Bean #44798D
RGB
CMYK
RGB Variations
Color information
#44798D (or 0x44798D) is known color: Jelly Bean. HEX triplet: 44, 79 and 8D. RGB value is (68,121,141). Sum of RGB (Red+Green+Blue) = 68+121+141=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #44798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44798D is #BB8672. Grayscale: #6B6B6B. Windows color (decimal): -12289651 or 9271620. OLE color: 9271620.
HSL color Cylindrical-coordinate representation of color #44798D: hue angle of 196.44º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44798D is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 121 | 141 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.45 |
| HSL | 196.44º | 0.35% | 0.41% | - |
| HSV(B) | 196.44º | 0.52% | 0.55% | - |
| XYZ | 14.03 | 16.83 | 27.71 | - |
| YUV | 107.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 121 | 141 | 0.52 | 0.14 | 0 | 0.45 | 196.44 | 0.35 | 0.41 |
| Hex | 44 | 79 | 8D | 34 | E | 0 | 2D | C4 | 23 | 29 |
| Octal | 104 | 171 | 215 | 64 | 16 | 0 | 55 | 304 | 43 | 51 |
| Binary | 1000100 | 1111001 | 10001101 | 110100 | 1110 | 0 | 101101 | 11000100 | 100011 | 101001 |
Color Harmonies of #44798D
Complementary color
Monochromatic Colors of #44798D
Black with #44798D
Text Example
Text Example
White with #44798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44798D; }
p { color: rgb(68,121,141); }
H1.HeaderClassName
{
color: #44798D;
}
.AnyTagClassName
{
color: #44798D;
}
</style>
background-color css
<style>
a { background-color: #44798D; }
a { background-color: rgb(68,121,141); }
div.DivClassName
{
background-color: #44798D;
}
.BgClassName
{
background-color: #44798D;
}
</style>
border-color css
<style>
span { border-color: #44798D; }
span { border-color: rgb(68,121,141); }
td.TdClassName
{
border-color: #44798D;
}
.TagClassName
{
border-color: #44798D;
}
</style>