Shades of Jelly Bean #44799B
Tints of Jelly Bean #44799B
RGB
CMYK
RGB Variations
Color information
#44799B (or 0x44799B) is known color: Jelly Bean. HEX triplet: 44, 79 and 9B. RGB value is (68,121,155). Sum of RGB (Red+Green+Blue) = 68+121+155=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #44799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44799B is #BB8664. Grayscale: #6C6C6C. Windows color (decimal): -12289637 or 10189124. OLE color: 10189124.
HSL color Cylindrical-coordinate representation of color #44799B: hue angle of 203.45º 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 #44799B is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 121 | 155 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.39 |
| HSL | 203.45º | 0.39% | 0.44% | - |
| HSV(B) | 203.45º | 0.56% | 0.61% | - |
| XYZ | 15.14 | 17.27 | 33.55 | - |
| YUV | 109.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 121 | 155 | 0.56 | 0.22 | 0 | 0.39 | 203.45 | 0.39 | 0.44 |
| Hex | 44 | 79 | 9B | 38 | 16 | 0 | 27 | CB | 27 | 2C |
| Octal | 104 | 171 | 233 | 70 | 26 | 0 | 47 | 313 | 47 | 54 |
| Binary | 1000100 | 1111001 | 10011011 | 111000 | 10110 | 0 | 100111 | 11001011 | 100111 | 101100 |
Color Harmonies of #44799B
Complementary color
Monochromatic Colors of #44799B
Black with #44799B
Text Example
Text Example
White with #44799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44799B; }
p { color: rgb(68,121,155); }
H1.HeaderClassName
{
color: #44799B;
}
.AnyTagClassName
{
color: #44799B;
}
</style>
background-color css
<style>
a { background-color: #44799B; }
a { background-color: rgb(68,121,155); }
div.DivClassName
{
background-color: #44799B;
}
.BgClassName
{
background-color: #44799B;
}
</style>
border-color css
<style>
span { border-color: #44799B; }
span { border-color: rgb(68,121,155); }
td.TdClassName
{
border-color: #44799B;
}
.TagClassName
{
border-color: #44799B;
}
</style>