Shades of Jelly Bean #447888
Tints of Jelly Bean #447888
RGB
CMYK
RGB Variations
Color information
#447888 (or 0x447888) is known color: Jelly Bean. HEX triplet: 44, 78 and 88. RGB value is (68,120,136). Sum of RGB (Red+Green+Blue) = 68+120+136=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #447888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447888 is #BB8777. Grayscale: #6A6A6A. Windows color (decimal): -12289912 or 8943684. OLE color: 8943684.
HSL color Cylindrical-coordinate representation of color #447888: hue angle of 194.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #447888 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 120 | 136 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.47 |
| HSL | 194.12º | 0.33% | 0.4% | - |
| HSV(B) | 194.12º | 0.5% | 0.53% | - |
| XYZ | 13.54 | 16.44 | 25.75 | - |
| YUV | 106.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 136 | 0.50 | 0.12 | 0 | 0.47 | 194.12 | 0.33 | 0.4 |
| Hex | 44 | 78 | 88 | 32 | C | 0 | 2F | C2 | 21 | 28 |
| Octal | 104 | 170 | 210 | 62 | 14 | 0 | 57 | 302 | 41 | 50 |
| Binary | 1000100 | 1111000 | 10001000 | 110010 | 1100 | 0 | 101111 | 11000010 | 100001 | 101000 |
Color Harmonies of #447888
Complementary color
Monochromatic Colors of #447888
Black with #447888
Text Example
Text Example
White with #447888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447888; }
p { color: rgb(68,120,136); }
H1.HeaderClassName
{
color: #447888;
}
.AnyTagClassName
{
color: #447888;
}
</style>
background-color css
<style>
a { background-color: #447888; }
a { background-color: rgb(68,120,136); }
div.DivClassName
{
background-color: #447888;
}
.BgClassName
{
background-color: #447888;
}
</style>
border-color css
<style>
span { border-color: #447888; }
span { border-color: rgb(68,120,136); }
td.TdClassName
{
border-color: #447888;
}
.TagClassName
{
border-color: #447888;
}
</style>