Shades of Jelly Bean #4A7993
Tints of Jelly Bean #4A7993
RGB
CMYK
RGB Variations
Color information
#4A7993 (or 0x4A7993) is known color: Jelly Bean. HEX triplet: 4A, 79 and 93. RGB value is (74,121,147). Sum of RGB (Red+Green+Blue) = 74+121+147=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A7993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7993 is #B5866C. Grayscale: #6D6D6D. Windows color (decimal): -11896429 or 9664842. OLE color: 9664842.
HSL color Cylindrical-coordinate representation of color #4A7993: hue angle of 201.37º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A7993 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 121 | 147 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.42 |
| HSL | 201.37º | 0.33% | 0.43% | - |
| HSV(B) | 201.37º | 0.5% | 0.58% | - |
| XYZ | 14.93 | 17.24 | 30.14 | - |
| YUV | 109.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 121 | 147 | 0.50 | 0.18 | 0 | 0.42 | 201.37 | 0.33 | 0.43 |
| Hex | 4A | 79 | 93 | 32 | 12 | 0 | 2A | C9 | 21 | 2B |
| Octal | 112 | 171 | 223 | 62 | 22 | 0 | 52 | 311 | 41 | 53 |
| Binary | 1001010 | 1111001 | 10010011 | 110010 | 10010 | 0 | 101010 | 11001001 | 100001 | 101011 |
Color Harmonies of #4A7993
Complementary color
Monochromatic Colors of #4A7993
Black with #4A7993
Text Example
Text Example
White with #4A7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7993; }
p { color: rgb(74,121,147); }
H1.HeaderClassName
{
color: #4A7993;
}
.AnyTagClassName
{
color: #4A7993;
}
</style>
background-color css
<style>
a { background-color: #4A7993; }
a { background-color: rgb(74,121,147); }
div.DivClassName
{
background-color: #4A7993;
}
.BgClassName
{
background-color: #4A7993;
}
</style>
border-color css
<style>
span { border-color: #4A7993; }
span { border-color: rgb(74,121,147); }
td.TdClassName
{
border-color: #4A7993;
}
.TagClassName
{
border-color: #4A7993;
}
</style>