Shades of Jelly Bean #44818F
Tints of Jelly Bean #44818F
RGB
CMYK
RGB Variations
Color information
#44818F (or 0x44818F) is known color: Jelly Bean. HEX triplet: 44, 81 and 8F. RGB value is (68,129,143). Sum of RGB (Red+Green+Blue) = 68+129+143=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #44818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44818F is #BB7E70. Grayscale: #707070. Windows color (decimal): -12287601 or 9404740. OLE color: 9404740.
HSL color Cylindrical-coordinate representation of color #44818F: hue angle of 191.2º 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 #44818F is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 129 | 143 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.44 |
| HSL | 191.2º | 0.36% | 0.41% | - |
| HSV(B) | 191.2º | 0.52% | 0.56% | - |
| XYZ | 15.19 | 18.91 | 28.84 | - |
| YUV | 112.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 143 | 0.52 | 0.10 | 0 | 0.44 | 191.2 | 0.36 | 0.41 |
| Hex | 44 | 81 | 8F | 34 | A | 0 | 2C | BF | 24 | 29 |
| Octal | 104 | 201 | 217 | 64 | 12 | 0 | 54 | 277 | 44 | 51 |
| Binary | 1000100 | 10000001 | 10001111 | 110100 | 1010 | 0 | 101100 | 10111111 | 100100 | 101001 |
Color Harmonies of #44818F
Complementary color
Monochromatic Colors of #44818F
Black with #44818F
Text Example
Text Example
White with #44818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44818F; }
p { color: rgb(68,129,143); }
H1.HeaderClassName
{
color: #44818F;
}
.AnyTagClassName
{
color: #44818F;
}
</style>
background-color css
<style>
a { background-color: #44818F; }
a { background-color: rgb(68,129,143); }
div.DivClassName
{
background-color: #44818F;
}
.BgClassName
{
background-color: #44818F;
}
</style>
border-color css
<style>
span { border-color: #44818F; }
span { border-color: rgb(68,129,143); }
td.TdClassName
{
border-color: #44818F;
}
.TagClassName
{
border-color: #44818F;
}
</style>