Shades of Jelly Bean #44768B
Tints of Jelly Bean #44768B
RGB
CMYK
RGB Variations
Color information
#44768B (or 0x44768B) is known color: Jelly Bean. HEX triplet: 44, 76 and 8B. RGB value is (68,118,139). Sum of RGB (Red+Green+Blue) = 68+118+139=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #44768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44768B is #BB8974. Grayscale: #696969. Windows color (decimal): -12290421 or 9139780. OLE color: 9139780.
HSL color Cylindrical-coordinate representation of color #44768B: hue angle of 197.75º 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 #44768B is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 118 | 139 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.45 |
| HSL | 197.75º | 0.34% | 0.41% | - |
| HSV(B) | 197.75º | 0.51% | 0.55% | - |
| XYZ | 13.52 | 16.05 | 26.81 | - |
| YUV | 105.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 139 | 0.51 | 0.15 | 0 | 0.45 | 197.75 | 0.34 | 0.41 |
| Hex | 44 | 76 | 8B | 33 | F | 0 | 2D | C6 | 22 | 29 |
| Octal | 104 | 166 | 213 | 63 | 17 | 0 | 55 | 306 | 42 | 51 |
| Binary | 1000100 | 1110110 | 10001011 | 110011 | 1111 | 0 | 101101 | 11000110 | 100010 | 101001 |
Color Harmonies of #44768B
Complementary color
Monochromatic Colors of #44768B
Black with #44768B
Text Example
Text Example
White with #44768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44768B; }
p { color: rgb(68,118,139); }
H1.HeaderClassName
{
color: #44768B;
}
.AnyTagClassName
{
color: #44768B;
}
</style>
background-color css
<style>
a { background-color: #44768B; }
a { background-color: rgb(68,118,139); }
div.DivClassName
{
background-color: #44768B;
}
.BgClassName
{
background-color: #44768B;
}
</style>
border-color css
<style>
span { border-color: #44768B; }
span { border-color: rgb(68,118,139); }
td.TdClassName
{
border-color: #44768B;
}
.TagClassName
{
border-color: #44768B;
}
</style>