Shades of Jelly Bean #478093
Tints of Jelly Bean #478093
RGB
CMYK
RGB Variations
Color information
#478093 (or 0x478093) is known color: Jelly Bean. HEX triplet: 47, 80 and 93. RGB value is (71,128,147). Sum of RGB (Red+Green+Blue) = 71+128+147=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #478093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478093 is #B87F6C. Grayscale: #707070. Windows color (decimal): -12091245 or 9666631. OLE color: 9666631.
HSL color Cylindrical-coordinate representation of color #478093: hue angle of 195º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #478093 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 128 | 147 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.42 |
| HSL | 195º | 0.35% | 0.43% | - |
| HSV(B) | 195º | 0.52% | 0.58% | - |
| XYZ | 15.58 | 18.88 | 30.43 | - |
| YUV | 113.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 147 | 0.52 | 0.13 | 0 | 0.42 | 195 | 0.35 | 0.43 |
| Hex | 47 | 80 | 93 | 34 | D | 0 | 2A | C3 | 23 | 2B |
| Octal | 107 | 200 | 223 | 64 | 15 | 0 | 52 | 303 | 43 | 53 |
| Binary | 1000111 | 10000000 | 10010011 | 110100 | 1101 | 0 | 101010 | 11000011 | 100011 | 101011 |
Color Harmonies of #478093
Complementary color
Monochromatic Colors of #478093
Black with #478093
Text Example
Text Example
White with #478093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478093; }
p { color: rgb(71,128,147); }
H1.HeaderClassName
{
color: #478093;
}
.AnyTagClassName
{
color: #478093;
}
</style>
background-color css
<style>
a { background-color: #478093; }
a { background-color: rgb(71,128,147); }
div.DivClassName
{
background-color: #478093;
}
.BgClassName
{
background-color: #478093;
}
</style>
border-color css
<style>
span { border-color: #478093; }
span { border-color: rgb(71,128,147); }
td.TdClassName
{
border-color: #478093;
}
.TagClassName
{
border-color: #478093;
}
</style>