Shades of Jelly Bean #4A7695
Tints of Jelly Bean #4A7695
RGB
CMYK
RGB Variations
Color information
#4A7695 (or 0x4A7695) is known color: Jelly Bean. HEX triplet: 4A, 76 and 95. RGB value is (74,118,149). Sum of RGB (Red+Green+Blue) = 74+118+149=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A7695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7695 is #B5896A. Grayscale: #6C6C6C. Windows color (decimal): -11897195 or 9795146. OLE color: 9795146.
HSL color Cylindrical-coordinate representation of color #4A7695: hue angle of 204.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A7695 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 118 | 149 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.42 |
| HSL | 204.8º | 0.34% | 0.44% | - |
| HSV(B) | 204.8º | 0.5% | 0.58% | - |
| XYZ | 14.73 | 16.58 | 30.86 | - |
| YUV | 108.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 149 | 0.50 | 0.21 | 0 | 0.42 | 204.8 | 0.34 | 0.44 |
| Hex | 4A | 76 | 95 | 32 | 15 | 0 | 2A | CD | 22 | 2C |
| Octal | 112 | 166 | 225 | 62 | 25 | 0 | 52 | 315 | 42 | 54 |
| Binary | 1001010 | 1110110 | 10010101 | 110010 | 10101 | 0 | 101010 | 11001101 | 100010 | 101100 |
Color Harmonies of #4A7695
Complementary color
Monochromatic Colors of #4A7695
Black with #4A7695
Text Example
Text Example
White with #4A7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7695; }
p { color: rgb(74,118,149); }
H1.HeaderClassName
{
color: #4A7695;
}
.AnyTagClassName
{
color: #4A7695;
}
</style>
background-color css
<style>
a { background-color: #4A7695; }
a { background-color: rgb(74,118,149); }
div.DivClassName
{
background-color: #4A7695;
}
.BgClassName
{
background-color: #4A7695;
}
</style>
border-color css
<style>
span { border-color: #4A7695; }
span { border-color: rgb(74,118,149); }
td.TdClassName
{
border-color: #4A7695;
}
.TagClassName
{
border-color: #4A7695;
}
</style>