Shades of Jelly Bean #44799C
Tints of Jelly Bean #44799C
RGB
CMYK
RGB Variations
Color information
#44799C (or 0x44799C) is known color: Jelly Bean. HEX triplet: 44, 79 and 9C. RGB value is (68,121,156). Sum of RGB (Red+Green+Blue) = 68+121+156=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #44799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44799C is #BB8663. Grayscale: #6C6C6C. Windows color (decimal): -12289636 or 10254660. OLE color: 10254660.
HSL color Cylindrical-coordinate representation of color #44799C: hue angle of 203.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44799C is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 121 | 156 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.39 |
| HSL | 203.86º | 0.39% | 0.44% | - |
| HSV(B) | 203.86º | 0.56% | 0.61% | - |
| XYZ | 15.22 | 17.3 | 33.99 | - |
| YUV | 109.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 121 | 156 | 0.56 | 0.22 | 0 | 0.39 | 203.86 | 0.39 | 0.44 |
| Hex | 44 | 79 | 9C | 38 | 16 | 0 | 27 | CC | 27 | 2C |
| Octal | 104 | 171 | 234 | 70 | 26 | 0 | 47 | 314 | 47 | 54 |
| Binary | 1000100 | 1111001 | 10011100 | 111000 | 10110 | 0 | 100111 | 11001100 | 100111 | 101100 |
Color Harmonies of #44799C
Complementary color
Monochromatic Colors of #44799C
Black with #44799C
Text Example
Text Example
White with #44799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44799C; }
p { color: rgb(68,121,156); }
H1.HeaderClassName
{
color: #44799C;
}
.AnyTagClassName
{
color: #44799C;
}
</style>
background-color css
<style>
a { background-color: #44799C; }
a { background-color: rgb(68,121,156); }
div.DivClassName
{
background-color: #44799C;
}
.BgClassName
{
background-color: #44799C;
}
</style>
border-color css
<style>
span { border-color: #44799C; }
span { border-color: rgb(68,121,156); }
td.TdClassName
{
border-color: #44799C;
}
.TagClassName
{
border-color: #44799C;
}
</style>