Shades of Jelly Bean #447C90
Tints of Jelly Bean #447C90
RGB
CMYK
RGB Variations
Color information
#447C90 (or 0x447C90) is known color: Jelly Bean. HEX triplet: 44, 7C and 90. RGB value is (68,124,144). Sum of RGB (Red+Green+Blue) = 68+124+144=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #447C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447C90 is #BB836F. Grayscale: #6D6D6D. Windows color (decimal): -12288880 or 9468996. OLE color: 9468996.
HSL color Cylindrical-coordinate representation of color #447C90: hue angle of 195.79º 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 #447C90 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 124 | 144 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.44 |
| HSL | 195.79º | 0.36% | 0.42% | - |
| HSV(B) | 195.79º | 0.53% | 0.56% | - |
| XYZ | 14.63 | 17.66 | 29.02 | - |
| YUV | 109.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 144 | 0.53 | 0.14 | 0 | 0.44 | 195.79 | 0.36 | 0.42 |
| Hex | 44 | 7C | 90 | 35 | E | 0 | 2C | C4 | 24 | 2A |
| Octal | 104 | 174 | 220 | 65 | 16 | 0 | 54 | 304 | 44 | 52 |
| Binary | 1000100 | 1111100 | 10010000 | 110101 | 1110 | 0 | 101100 | 11000100 | 100100 | 101010 |
Color Harmonies of #447C90
Complementary color
Monochromatic Colors of #447C90
Black with #447C90
Text Example
Text Example
White with #447C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447C90; }
p { color: rgb(68,124,144); }
H1.HeaderClassName
{
color: #447C90;
}
.AnyTagClassName
{
color: #447C90;
}
</style>
background-color css
<style>
a { background-color: #447C90; }
a { background-color: rgb(68,124,144); }
div.DivClassName
{
background-color: #447C90;
}
.BgClassName
{
background-color: #447C90;
}
</style>
border-color css
<style>
span { border-color: #447C90; }
span { border-color: rgb(68,124,144); }
td.TdClassName
{
border-color: #447C90;
}
.TagClassName
{
border-color: #447C90;
}
</style>