Shades of Jelly Bean #44758B
Tints of Jelly Bean #44758B
RGB
CMYK
RGB Variations
Color information
#44758B (or 0x44758B) is known color: Jelly Bean. HEX triplet: 44, 75 and 8B. RGB value is (68,117,139). Sum of RGB (Red+Green+Blue) = 68+117+139=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #44758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44758B is #BB8A74. Grayscale: #686868. Windows color (decimal): -12290677 or 9139524. OLE color: 9139524.
HSL color Cylindrical-coordinate representation of color #44758B: hue angle of 198.59º 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 #44758B is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 117 | 139 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.45 |
| HSL | 198.59º | 0.34% | 0.41% | - |
| HSV(B) | 198.59º | 0.51% | 0.55% | - |
| XYZ | 13.41 | 15.82 | 26.77 | - |
| YUV | 104.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 139 | 0.51 | 0.16 | 0 | 0.45 | 198.59 | 0.34 | 0.41 |
| Hex | 44 | 75 | 8B | 33 | 10 | 0 | 2D | C7 | 22 | 29 |
| Octal | 104 | 165 | 213 | 63 | 20 | 0 | 55 | 307 | 42 | 51 |
| Binary | 1000100 | 1110101 | 10001011 | 110011 | 10000 | 0 | 101101 | 11000111 | 100010 | 101001 |
Color Harmonies of #44758B
Complementary color
Monochromatic Colors of #44758B
Black with #44758B
Text Example
Text Example
White with #44758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44758B; }
p { color: rgb(68,117,139); }
H1.HeaderClassName
{
color: #44758B;
}
.AnyTagClassName
{
color: #44758B;
}
</style>
background-color css
<style>
a { background-color: #44758B; }
a { background-color: rgb(68,117,139); }
div.DivClassName
{
background-color: #44758B;
}
.BgClassName
{
background-color: #44758B;
}
</style>
border-color css
<style>
span { border-color: #44758B; }
span { border-color: rgb(68,117,139); }
td.TdClassName
{
border-color: #44758B;
}
.TagClassName
{
border-color: #44758B;
}
</style>