Shades of Keppel #4FB48B
Tints of Keppel #4FB48B
RGB
CMYK
RGB Variations
Color information
#4FB48B (or 0x4FB48B) is known color: Keppel. HEX triplet: 4F, B4 and 8B. RGB value is (79,180,139). Sum of RGB (Red+Green+Blue) = 79+180+139=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB48B is #B04B74. Grayscale: #919191. Windows color (decimal): -11553653 or 9155663. OLE color: 9155663.
HSL color Cylindrical-coordinate representation of color #4FB48B: hue angle of 155.64º 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 #4FB48B is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 139 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.29 |
| HSL | 155.64º | 0.4% | 0.51% | - |
| HSV(B) | 155.64º | 0.56% | 0.71% | - |
| XYZ | 24.21 | 36.17 | 30.13 | - |
| YUV | 145.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 139 | 0.56 | 0 | 0.23 | 0.29 | 155.64 | 0.4 | 0.51 |
| Hex | 4F | B4 | 8B | 38 | 0 | 17 | 1D | 9C | 28 | 33 |
| Octal | 117 | 264 | 213 | 70 | 0 | 27 | 35 | 234 | 50 | 63 |
| Binary | 1001111 | 10110100 | 10001011 | 111000 | 0 | 10111 | 11101 | 10011100 | 101000 | 110011 |
Color Harmonies of #4FB48B
Complementary color
Monochromatic Colors of #4FB48B
Black with #4FB48B
Text Example
Text Example
White with #4FB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB48B; }
p { color: rgb(79,180,139); }
H1.HeaderClassName
{
color: #4FB48B;
}
.AnyTagClassName
{
color: #4FB48B;
}
</style>
background-color css
<style>
a { background-color: #4FB48B; }
a { background-color: rgb(79,180,139); }
div.DivClassName
{
background-color: #4FB48B;
}
.BgClassName
{
background-color: #4FB48B;
}
</style>
border-color css
<style>
span { border-color: #4FB48B; }
span { border-color: rgb(79,180,139); }
td.TdClassName
{
border-color: #4FB48B;
}
.TagClassName
{
border-color: #4FB48B;
}
</style>