Shades of Jelly Bean #4A748D
Tints of Jelly Bean #4A748D
RGB
CMYK
RGB Variations
Color information
#4A748D (or 0x4A748D) is known color: Jelly Bean. HEX triplet: 4A, 74 and 8D. RGB value is (74,116,141). Sum of RGB (Red+Green+Blue) = 74+116+141=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A748D is #B58B72. Grayscale: #6A6A6A. Windows color (decimal): -11897715 or 9270346. OLE color: 9270346.
HSL color Cylindrical-coordinate representation of color #4A748D: hue angle of 202.39º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A748D is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 116 | 141 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.45 |
| HSL | 202.39º | 0.31% | 0.42% | - |
| HSV(B) | 202.39º | 0.48% | 0.55% | - |
| XYZ | 13.88 | 15.87 | 27.53 | - |
| YUV | 106.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 141 | 0.48 | 0.18 | 0 | 0.45 | 202.39 | 0.31 | 0.42 |
| Hex | 4A | 74 | 8D | 30 | 12 | 0 | 2D | CA | 1F | 2A |
| Octal | 112 | 164 | 215 | 60 | 22 | 0 | 55 | 312 | 37 | 52 |
| Binary | 1001010 | 1110100 | 10001101 | 110000 | 10010 | 0 | 101101 | 11001010 | 11111 | 101010 |
Color Harmonies of #4A748D
Complementary color
Monochromatic Colors of #4A748D
Black with #4A748D
Text Example
Text Example
White with #4A748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A748D; }
p { color: rgb(74,116,141); }
H1.HeaderClassName
{
color: #4A748D;
}
.AnyTagClassName
{
color: #4A748D;
}
</style>
background-color css
<style>
a { background-color: #4A748D; }
a { background-color: rgb(74,116,141); }
div.DivClassName
{
background-color: #4A748D;
}
.BgClassName
{
background-color: #4A748D;
}
</style>
border-color css
<style>
span { border-color: #4A748D; }
span { border-color: rgb(74,116,141); }
td.TdClassName
{
border-color: #4A748D;
}
.TagClassName
{
border-color: #4A748D;
}
</style>