Shades of Jelly Bean #44788F
Tints of Jelly Bean #44788F
RGB
CMYK
RGB Variations
Color information
#44788F (or 0x44788F) is known color: Jelly Bean. HEX triplet: 44, 78 and 8F. RGB value is (68,120,143). Sum of RGB (Red+Green+Blue) = 68+120+143=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #44788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44788F is #BB8770. Grayscale: #6A6A6A. Windows color (decimal): -12289905 or 9402436. OLE color: 9402436.
HSL color Cylindrical-coordinate representation of color #44788F: hue angle of 198.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44788F is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 120 | 143 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.44 |
| HSL | 198.4º | 0.36% | 0.41% | - |
| HSV(B) | 198.4º | 0.52% | 0.56% | - |
| XYZ | 14.06 | 16.65 | 28.46 | - |
| YUV | 107.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 143 | 0.52 | 0.16 | 0 | 0.44 | 198.4 | 0.36 | 0.41 |
| Hex | 44 | 78 | 8F | 34 | 10 | 0 | 2C | C6 | 24 | 29 |
| Octal | 104 | 170 | 217 | 64 | 20 | 0 | 54 | 306 | 44 | 51 |
| Binary | 1000100 | 1111000 | 10001111 | 110100 | 10000 | 0 | 101100 | 11000110 | 100100 | 101001 |
Color Harmonies of #44788F
Complementary color
Monochromatic Colors of #44788F
Black with #44788F
Text Example
Text Example
White with #44788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44788F; }
p { color: rgb(68,120,143); }
H1.HeaderClassName
{
color: #44788F;
}
.AnyTagClassName
{
color: #44788F;
}
</style>
background-color css
<style>
a { background-color: #44788F; }
a { background-color: rgb(68,120,143); }
div.DivClassName
{
background-color: #44788F;
}
.BgClassName
{
background-color: #44788F;
}
</style>
border-color css
<style>
span { border-color: #44788F; }
span { border-color: rgb(68,120,143); }
td.TdClassName
{
border-color: #44788F;
}
.TagClassName
{
border-color: #44788F;
}
</style>