Shades of Keppel #49B291
Tints of Keppel #49B291
RGB
CMYK
RGB Variations
Color information
#49B291 (or 0x49B291) is known color: Keppel. HEX triplet: 49, B2 and 91. RGB value is (73,178,145). Sum of RGB (Red+Green+Blue) = 73+178+145=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #49B291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B291 is #B64D6E. Grayscale: #8E8E8E. Windows color (decimal): -11947375 or 9548361. OLE color: 9548361.
HSL color Cylindrical-coordinate representation of color #49B291: hue angle of 161.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B291 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 178 | 145 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.30 |
| HSL | 161.14º | 0.42% | 0.49% | - |
| HSV(B) | 161.14º | 0.59% | 0.7% | - |
| XYZ | 23.78 | 35.3 | 32.35 | - |
| YUV | 142.84 | 129.21 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 145 | 0.59 | 0 | 0.19 | 0.30 | 161.14 | 0.42 | 0.49 |
| Hex | 49 | B2 | 91 | 3B | 0 | 13 | 1E | A1 | 2A | 31 |
| Octal | 111 | 262 | 221 | 73 | 0 | 23 | 36 | 241 | 52 | 61 |
| Binary | 1001001 | 10110010 | 10010001 | 111011 | 0 | 10011 | 11110 | 10100001 | 101010 | 110001 |
Color Harmonies of #49B291
Complementary color
Monochromatic Colors of #49B291
Black with #49B291
Text Example
Text Example
White with #49B291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B291; }
p { color: rgb(73,178,145); }
H1.HeaderClassName
{
color: #49B291;
}
.AnyTagClassName
{
color: #49B291;
}
</style>
background-color css
<style>
a { background-color: #49B291; }
a { background-color: rgb(73,178,145); }
div.DivClassName
{
background-color: #49B291;
}
.BgClassName
{
background-color: #49B291;
}
</style>
border-color css
<style>
span { border-color: #49B291; }
span { border-color: rgb(73,178,145); }
td.TdClassName
{
border-color: #49B291;
}
.TagClassName
{
border-color: #49B291;
}
</style>