Shades of Jelly Bean #4C7890
Tints of Jelly Bean #4C7890
RGB
CMYK
RGB Variations
Color information
#4C7890 (or 0x4C7890) is known color: Jelly Bean. HEX triplet: 4C, 78 and 90. RGB value is (76,120,144). Sum of RGB (Red+Green+Blue) = 76+120+144=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C7890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7890 is #B3876F. Grayscale: #6D6D6D. Windows color (decimal): -11765616 or 9467980. OLE color: 9467980.
HSL color Cylindrical-coordinate representation of color #4C7890: hue angle of 201.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C7890 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 120 | 144 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.44 |
| HSL | 201.18º | 0.31% | 0.43% | - |
| HSV(B) | 201.18º | 0.47% | 0.56% | - |
| XYZ | 14.73 | 16.98 | 28.89 | - |
| YUV | 109.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 144 | 0.47 | 0.17 | 0 | 0.44 | 201.18 | 0.31 | 0.43 |
| Hex | 4C | 78 | 90 | 2F | 11 | 0 | 2C | C9 | 1F | 2B |
| Octal | 114 | 170 | 220 | 57 | 21 | 0 | 54 | 311 | 37 | 53 |
| Binary | 1001100 | 1111000 | 10010000 | 101111 | 10001 | 0 | 101100 | 11001001 | 11111 | 101011 |
Color Harmonies of #4C7890
Complementary color
Monochromatic Colors of #4C7890
Black with #4C7890
Text Example
Text Example
White with #4C7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7890; }
p { color: rgb(76,120,144); }
H1.HeaderClassName
{
color: #4C7890;
}
.AnyTagClassName
{
color: #4C7890;
}
</style>
background-color css
<style>
a { background-color: #4C7890; }
a { background-color: rgb(76,120,144); }
div.DivClassName
{
background-color: #4C7890;
}
.BgClassName
{
background-color: #4C7890;
}
</style>
border-color css
<style>
span { border-color: #4C7890; }
span { border-color: rgb(76,120,144); }
td.TdClassName
{
border-color: #4C7890;
}
.TagClassName
{
border-color: #4C7890;
}
</style>