Shades of Jelly Bean #447A89
Tints of Jelly Bean #447A89
RGB
CMYK
RGB Variations
Color information
#447A89 (or 0x447A89) is known color: Jelly Bean. HEX triplet: 44, 7A and 89. RGB value is (68,122,137). Sum of RGB (Red+Green+Blue) = 68+122+137=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #447A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447A89 is #BB8576. Grayscale: #6B6B6B. Windows color (decimal): -12289399 or 9009732. OLE color: 9009732.
HSL color Cylindrical-coordinate representation of color #447A89: hue angle of 193.04º 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 #447A89 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 122 | 137 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.46 |
| HSL | 193.04º | 0.34% | 0.4% | - |
| HSV(B) | 193.04º | 0.5% | 0.54% | - |
| XYZ | 13.86 | 16.95 | 26.21 | - |
| YUV | 107.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 137 | 0.50 | 0.11 | 0 | 0.46 | 193.04 | 0.34 | 0.4 |
| Hex | 44 | 7A | 89 | 32 | B | 0 | 2E | C1 | 22 | 28 |
| Octal | 104 | 172 | 211 | 62 | 13 | 0 | 56 | 301 | 42 | 50 |
| Binary | 1000100 | 1111010 | 10001001 | 110010 | 1011 | 0 | 101110 | 11000001 | 100010 | 101000 |
Color Harmonies of #447A89
Complementary color
Monochromatic Colors of #447A89
Black with #447A89
Text Example
Text Example
White with #447A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A89; }
p { color: rgb(68,122,137); }
H1.HeaderClassName
{
color: #447A89;
}
.AnyTagClassName
{
color: #447A89;
}
</style>
background-color css
<style>
a { background-color: #447A89; }
a { background-color: rgb(68,122,137); }
div.DivClassName
{
background-color: #447A89;
}
.BgClassName
{
background-color: #447A89;
}
</style>
border-color css
<style>
span { border-color: #447A89; }
span { border-color: rgb(68,122,137); }
td.TdClassName
{
border-color: #447A89;
}
.TagClassName
{
border-color: #447A89;
}
</style>