Shades of Keppel #4FB795
Tints of Keppel #4FB795
RGB
CMYK
RGB Variations
Color information
#4FB795 (or 0x4FB795) is known color: Keppel. HEX triplet: 4F, B7 and 95. RGB value is (79,183,149). Sum of RGB (Red+Green+Blue) = 79+183+149=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB795 is #B0486A. Grayscale: #949494. Windows color (decimal): -11552875 or 9811791. OLE color: 9811791.
HSL color Cylindrical-coordinate representation of color #4FB795: hue angle of 160.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB795 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 183 | 149 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.28 |
| HSL | 160.38º | 0.42% | 0.51% | - |
| HSV(B) | 160.38º | 0.57% | 0.72% | - |
| XYZ | 25.58 | 37.7 | 34.36 | - |
| YUV | 148.03 | 128.54 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 149 | 0.57 | 0 | 0.19 | 0.28 | 160.38 | 0.42 | 0.51 |
| Hex | 4F | B7 | 95 | 39 | 0 | 13 | 1C | A0 | 2A | 33 |
| Octal | 117 | 267 | 225 | 71 | 0 | 23 | 34 | 240 | 52 | 63 |
| Binary | 1001111 | 10110111 | 10010101 | 111001 | 0 | 10011 | 11100 | 10100000 | 101010 | 110011 |
Color Harmonies of #4FB795
Complementary color
Monochromatic Colors of #4FB795
Black with #4FB795
Text Example
Text Example
White with #4FB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB795; }
p { color: rgb(79,183,149); }
H1.HeaderClassName
{
color: #4FB795;
}
.AnyTagClassName
{
color: #4FB795;
}
</style>
background-color css
<style>
a { background-color: #4FB795; }
a { background-color: rgb(79,183,149); }
div.DivClassName
{
background-color: #4FB795;
}
.BgClassName
{
background-color: #4FB795;
}
</style>
border-color css
<style>
span { border-color: #4FB795; }
span { border-color: rgb(79,183,149); }
td.TdClassName
{
border-color: #4FB795;
}
.TagClassName
{
border-color: #4FB795;
}
</style>