Shades of Keppel #4FB48A
Tints of Keppel #4FB48A
RGB
CMYK
RGB Variations
Color information
#4FB48A (or 0x4FB48A) is known color: Keppel. HEX triplet: 4F, B4 and 8A. RGB value is (79,180,138). Sum of RGB (Red+Green+Blue) = 79+180+138=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB48A is #B04B75. Grayscale: #919191. Windows color (decimal): -11553654 or 9090127. OLE color: 9090127.
HSL color Cylindrical-coordinate representation of color #4FB48A: hue angle of 155.05º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB48A is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 138 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.29 |
| HSL | 155.05º | 0.4% | 0.51% | - |
| HSV(B) | 155.05º | 0.56% | 0.71% | - |
| XYZ | 24.13 | 36.14 | 29.75 | - |
| YUV | 145.01 | 124.04 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 138 | 0.56 | 0 | 0.23 | 0.29 | 155.05 | 0.4 | 0.51 |
| Hex | 4F | B4 | 8A | 38 | 0 | 17 | 1D | 9B | 28 | 33 |
| Octal | 117 | 264 | 212 | 70 | 0 | 27 | 35 | 233 | 50 | 63 |
| Binary | 1001111 | 10110100 | 10001010 | 111000 | 0 | 10111 | 11101 | 10011011 | 101000 | 110011 |
Color Harmonies of #4FB48A
Complementary color
Monochromatic Colors of #4FB48A
Black with #4FB48A
Text Example
Text Example
White with #4FB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB48A; }
p { color: rgb(79,180,138); }
H1.HeaderClassName
{
color: #4FB48A;
}
.AnyTagClassName
{
color: #4FB48A;
}
</style>
background-color css
<style>
a { background-color: #4FB48A; }
a { background-color: rgb(79,180,138); }
div.DivClassName
{
background-color: #4FB48A;
}
.BgClassName
{
background-color: #4FB48A;
}
</style>
border-color css
<style>
span { border-color: #4FB48A; }
span { border-color: rgb(79,180,138); }
td.TdClassName
{
border-color: #4FB48A;
}
.TagClassName
{
border-color: #4FB48A;
}
</style>