Shades of Jelly Bean #447490
Tints of Jelly Bean #447490
RGB
CMYK
RGB Variations
Color information
#447490 (or 0x447490) is known color: Jelly Bean. HEX triplet: 44, 74 and 90. RGB value is (68,116,144). Sum of RGB (Red+Green+Blue) = 68+116+144=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #447490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447490 is #BB8B6F. Grayscale: #686868. Windows color (decimal): -12290928 or 9466948. OLE color: 9466948.
HSL color Cylindrical-coordinate representation of color #447490: hue angle of 202.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #447490 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 116 | 144 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.44 |
| HSL | 202.11º | 0.36% | 0.42% | - |
| HSV(B) | 202.11º | 0.53% | 0.56% | - |
| XYZ | 13.66 | 15.73 | 28.7 | - |
| YUV | 104.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 144 | 0.53 | 0.19 | 0 | 0.44 | 202.11 | 0.36 | 0.42 |
| Hex | 44 | 74 | 90 | 35 | 13 | 0 | 2C | CA | 24 | 2A |
| Octal | 104 | 164 | 220 | 65 | 23 | 0 | 54 | 312 | 44 | 52 |
| Binary | 1000100 | 1110100 | 10010000 | 110101 | 10011 | 0 | 101100 | 11001010 | 100100 | 101010 |
Color Harmonies of #447490
Complementary color
Monochromatic Colors of #447490
Black with #447490
Text Example
Text Example
White with #447490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447490; }
p { color: rgb(68,116,144); }
H1.HeaderClassName
{
color: #447490;
}
.AnyTagClassName
{
color: #447490;
}
</style>
background-color css
<style>
a { background-color: #447490; }
a { background-color: rgb(68,116,144); }
div.DivClassName
{
background-color: #447490;
}
.BgClassName
{
background-color: #447490;
}
</style>
border-color css
<style>
span { border-color: #447490; }
span { border-color: rgb(68,116,144); }
td.TdClassName
{
border-color: #447490;
}
.TagClassName
{
border-color: #447490;
}
</style>