Shades of Jelly Bean #447A8A
Tints of Jelly Bean #447A8A
RGB
CMYK
RGB Variations
Color information
#447A8A (or 0x447A8A) is known color: Jelly Bean. HEX triplet: 44, 7A and 8A. RGB value is (68,122,138). Sum of RGB (Red+Green+Blue) = 68+122+138=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #447A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447A8A is #BB8575. Grayscale: #6B6B6B. Windows color (decimal): -12289398 or 9075268. OLE color: 9075268.
HSL color Cylindrical-coordinate representation of color #447A8A: hue angle of 193.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #447A8A is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 122 | 138 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.46 |
| HSL | 193.71º | 0.34% | 0.4% | - |
| HSV(B) | 193.71º | 0.51% | 0.54% | - |
| XYZ | 13.93 | 16.98 | 26.59 | - |
| YUV | 107.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 138 | 0.51 | 0.12 | 0 | 0.46 | 193.71 | 0.34 | 0.4 |
| Hex | 44 | 7A | 8A | 33 | C | 0 | 2E | C2 | 22 | 28 |
| Octal | 104 | 172 | 212 | 63 | 14 | 0 | 56 | 302 | 42 | 50 |
| Binary | 1000100 | 1111010 | 10001010 | 110011 | 1100 | 0 | 101110 | 11000010 | 100010 | 101000 |
Color Harmonies of #447A8A
Complementary color
Monochromatic Colors of #447A8A
Black with #447A8A
Text Example
Text Example
White with #447A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A8A; }
p { color: rgb(68,122,138); }
H1.HeaderClassName
{
color: #447A8A;
}
.AnyTagClassName
{
color: #447A8A;
}
</style>
background-color css
<style>
a { background-color: #447A8A; }
a { background-color: rgb(68,122,138); }
div.DivClassName
{
background-color: #447A8A;
}
.BgClassName
{
background-color: #447A8A;
}
</style>
border-color css
<style>
span { border-color: #447A8A; }
span { border-color: rgb(68,122,138); }
td.TdClassName
{
border-color: #447A8A;
}
.TagClassName
{
border-color: #447A8A;
}
</style>