Shades of Jelly Bean #478090
Tints of Jelly Bean #478090
RGB
CMYK
RGB Variations
Color information
#478090 (or 0x478090) is known color: Jelly Bean. HEX triplet: 47, 80 and 90. RGB value is (71,128,144). Sum of RGB (Red+Green+Blue) = 71+128+144=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #478090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478090 is #B87F6F. Grayscale: #707070. Windows color (decimal): -12091248 or 9470023. OLE color: 9470023.
HSL color Cylindrical-coordinate representation of color #478090: hue angle of 193.15º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478090 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 128 | 144 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.44 |
| HSL | 193.15º | 0.34% | 0.42% | - |
| HSV(B) | 193.15º | 0.51% | 0.56% | - |
| XYZ | 15.35 | 18.79 | 29.2 | - |
| YUV | 112.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 144 | 0.51 | 0.11 | 0 | 0.44 | 193.15 | 0.34 | 0.42 |
| Hex | 47 | 80 | 90 | 33 | B | 0 | 2C | C1 | 22 | 2A |
| Octal | 107 | 200 | 220 | 63 | 13 | 0 | 54 | 301 | 42 | 52 |
| Binary | 1000111 | 10000000 | 10010000 | 110011 | 1011 | 0 | 101100 | 11000001 | 100010 | 101010 |
Color Harmonies of #478090
Complementary color
Monochromatic Colors of #478090
Black with #478090
Text Example
Text Example
White with #478090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478090; }
p { color: rgb(71,128,144); }
H1.HeaderClassName
{
color: #478090;
}
.AnyTagClassName
{
color: #478090;
}
</style>
background-color css
<style>
a { background-color: #478090; }
a { background-color: rgb(71,128,144); }
div.DivClassName
{
background-color: #478090;
}
.BgClassName
{
background-color: #478090;
}
</style>
border-color css
<style>
span { border-color: #478090; }
span { border-color: rgb(71,128,144); }
td.TdClassName
{
border-color: #478090;
}
.TagClassName
{
border-color: #478090;
}
</style>