Shades of Keppel #49B990
Tints of Keppel #49B990
RGB
CMYK
RGB Variations
Color information
#49B990 (or 0x49B990) is known color: Keppel. HEX triplet: 49, B9 and 90. RGB value is (73,185,144). Sum of RGB (Red+Green+Blue) = 73+185+144=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #49B990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B990 is #B6466F. Grayscale: #929292. Windows color (decimal): -11945584 or 9484617. OLE color: 9484617.
HSL color Cylindrical-coordinate representation of color #49B990: hue angle of 158.04º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B990 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 144 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.27 |
| HSL | 158.04º | 0.44% | 0.51% | - |
| HSV(B) | 158.04º | 0.61% | 0.73% | - |
| XYZ | 25.13 | 38.13 | 32.42 | - |
| YUV | 146.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 144 | 0.61 | 0 | 0.22 | 0.27 | 158.04 | 0.44 | 0.51 |
| Hex | 49 | B9 | 90 | 3D | 0 | 16 | 1B | 9E | 2C | 33 |
| Octal | 111 | 271 | 220 | 75 | 0 | 26 | 33 | 236 | 54 | 63 |
| Binary | 1001001 | 10111001 | 10010000 | 111101 | 0 | 10110 | 11011 | 10011110 | 101100 | 110011 |
Color Harmonies of #49B990
Complementary color
Monochromatic Colors of #49B990
Black with #49B990
Text Example
Text Example
White with #49B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B990; }
p { color: rgb(73,185,144); }
H1.HeaderClassName
{
color: #49B990;
}
.AnyTagClassName
{
color: #49B990;
}
</style>
background-color css
<style>
a { background-color: #49B990; }
a { background-color: rgb(73,185,144); }
div.DivClassName
{
background-color: #49B990;
}
.BgClassName
{
background-color: #49B990;
}
</style>
border-color css
<style>
span { border-color: #49B990; }
span { border-color: rgb(73,185,144); }
td.TdClassName
{
border-color: #49B990;
}
.TagClassName
{
border-color: #49B990;
}
</style>