Shades of Jelly Bean #448290
Tints of Jelly Bean #448290
RGB
CMYK
RGB Variations
Color information
#448290 (or 0x448290) is known color: Jelly Bean. HEX triplet: 44, 82 and 90. RGB value is (68,130,144). Sum of RGB (Red+Green+Blue) = 68+130+144=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #448290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448290 is #BB7D6F. Grayscale: #707070. Windows color (decimal): -12287344 or 9470532. OLE color: 9470532.
HSL color Cylindrical-coordinate representation of color #448290: hue angle of 191.05º 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 #448290 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 130 | 144 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.44 |
| HSL | 191.05º | 0.36% | 0.42% | - |
| HSV(B) | 191.05º | 0.53% | 0.56% | - |
| XYZ | 15.4 | 19.21 | 29.28 | - |
| YUV | 113.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 130 | 144 | 0.53 | 0.10 | 0 | 0.44 | 191.05 | 0.36 | 0.42 |
| Hex | 44 | 82 | 90 | 35 | A | 0 | 2C | BF | 24 | 2A |
| Octal | 104 | 202 | 220 | 65 | 12 | 0 | 54 | 277 | 44 | 52 |
| Binary | 1000100 | 10000010 | 10010000 | 110101 | 1010 | 0 | 101100 | 10111111 | 100100 | 101010 |
Color Harmonies of #448290
Complementary color
Monochromatic Colors of #448290
Black with #448290
Text Example
Text Example
White with #448290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448290; }
p { color: rgb(68,130,144); }
H1.HeaderClassName
{
color: #448290;
}
.AnyTagClassName
{
color: #448290;
}
</style>
background-color css
<style>
a { background-color: #448290; }
a { background-color: rgb(68,130,144); }
div.DivClassName
{
background-color: #448290;
}
.BgClassName
{
background-color: #448290;
}
</style>
border-color css
<style>
span { border-color: #448290; }
span { border-color: rgb(68,130,144); }
td.TdClassName
{
border-color: #448290;
}
.TagClassName
{
border-color: #448290;
}
</style>