Shades of Jelly Bean #49768F
Tints of Jelly Bean #49768F
RGB
CMYK
RGB Variations
Color information
#49768F (or 0x49768F) is known color: Jelly Bean. HEX triplet: 49, 76 and 8F. RGB value is (73,118,143). Sum of RGB (Red+Green+Blue) = 73+118+143=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 143 - color contains mainly: blue. Hex color #49768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49768F is #B68970. Grayscale: #6B6B6B. Windows color (decimal): -11962737 or 9401929. OLE color: 9401929.
HSL color Cylindrical-coordinate representation of color #49768F: hue angle of 201.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49768F is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 118 | 143 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.44 |
| HSL | 201.43º | 0.32% | 0.42% | - |
| HSV(B) | 201.43º | 0.49% | 0.56% | - |
| XYZ | 14.18 | 16.36 | 28.4 | - |
| YUV | 107.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 143 | 0.49 | 0.17 | 0 | 0.44 | 201.43 | 0.32 | 0.42 |
| Hex | 49 | 76 | 8F | 31 | 11 | 0 | 2C | C9 | 20 | 2A |
| Octal | 111 | 166 | 217 | 61 | 21 | 0 | 54 | 311 | 40 | 52 |
| Binary | 1001001 | 1110110 | 10001111 | 110001 | 10001 | 0 | 101100 | 11001001 | 100000 | 101010 |
Color Harmonies of #49768F
Complementary color
Monochromatic Colors of #49768F
Black with #49768F
Text Example
Text Example
White with #49768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49768F; }
p { color: rgb(73,118,143); }
H1.HeaderClassName
{
color: #49768F;
}
.AnyTagClassName
{
color: #49768F;
}
</style>
background-color css
<style>
a { background-color: #49768F; }
a { background-color: rgb(73,118,143); }
div.DivClassName
{
background-color: #49768F;
}
.BgClassName
{
background-color: #49768F;
}
</style>
border-color css
<style>
span { border-color: #49768F; }
span { border-color: rgb(73,118,143); }
td.TdClassName
{
border-color: #49768F;
}
.TagClassName
{
border-color: #49768F;
}
</style>