Shades of Jelly Bean #447D89
Tints of Jelly Bean #447D89
RGB
CMYK
RGB Variations
Color information
#447D89 (or 0x447D89) is known color: Jelly Bean. HEX triplet: 44, 7D and 89. RGB value is (68,125,137). Sum of RGB (Red+Green+Blue) = 68+125+137=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #447D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D89 is #BB8276. Grayscale: #6D6D6D. Windows color (decimal): -12288631 or 9010500. OLE color: 9010500.
HSL color Cylindrical-coordinate representation of color #447D89: hue angle of 190.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #447D89 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 125 | 137 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.46 |
| HSL | 190.43º | 0.34% | 0.4% | - |
| HSV(B) | 190.43º | 0.5% | 0.54% | - |
| XYZ | 14.23 | 17.7 | 26.33 | - |
| YUV | 109.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 137 | 0.50 | 0.09 | 0 | 0.46 | 190.43 | 0.34 | 0.4 |
| Hex | 44 | 7D | 89 | 32 | 9 | 0 | 2E | BE | 22 | 28 |
| Octal | 104 | 175 | 211 | 62 | 11 | 0 | 56 | 276 | 42 | 50 |
| Binary | 1000100 | 1111101 | 10001001 | 110010 | 1001 | 0 | 101110 | 10111110 | 100010 | 101000 |
Color Harmonies of #447D89
Complementary color
Monochromatic Colors of #447D89
Black with #447D89
Text Example
Text Example
White with #447D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D89; }
p { color: rgb(68,125,137); }
H1.HeaderClassName
{
color: #447D89;
}
.AnyTagClassName
{
color: #447D89;
}
</style>
background-color css
<style>
a { background-color: #447D89; }
a { background-color: rgb(68,125,137); }
div.DivClassName
{
background-color: #447D89;
}
.BgClassName
{
background-color: #447D89;
}
</style>
border-color css
<style>
span { border-color: #447D89; }
span { border-color: rgb(68,125,137); }
td.TdClassName
{
border-color: #447D89;
}
.TagClassName
{
border-color: #447D89;
}
</style>