Shades of Keppel #4FA994
Tints of Keppel #4FA994
RGB
CMYK
RGB Variations
Color information
#4FA994 (or 0x4FA994) is known color: Keppel. HEX triplet: 4F, A9 and 94. RGB value is (79,169,148). Sum of RGB (Red+Green+Blue) = 79+169+148=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA994 is #B0566B. Grayscale: #8B8B8B. Windows color (decimal): -11556460 or 9742671. OLE color: 9742671.
HSL color Cylindrical-coordinate representation of color #4FA994: hue angle of 166º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA994 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 148 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.34 |
| HSL | 166º | 0.36% | 0.49% | - |
| HSV(B) | 166º | 0.53% | 0.66% | - |
| XYZ | 22.76 | 32.18 | 33.03 | - |
| YUV | 139.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 148 | 0.53 | 0 | 0.12 | 0.34 | 166 | 0.36 | 0.49 |
| Hex | 4F | A9 | 94 | 35 | 0 | C | 22 | A6 | 24 | 31 |
| Octal | 117 | 251 | 224 | 65 | 0 | 14 | 42 | 246 | 44 | 61 |
| Binary | 1001111 | 10101001 | 10010100 | 110101 | 0 | 1100 | 100010 | 10100110 | 100100 | 110001 |
Color Harmonies of #4FA994
Complementary color
Monochromatic Colors of #4FA994
Black with #4FA994
Text Example
Text Example
White with #4FA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA994; }
p { color: rgb(79,169,148); }
H1.HeaderClassName
{
color: #4FA994;
}
.AnyTagClassName
{
color: #4FA994;
}
</style>
background-color css
<style>
a { background-color: #4FA994; }
a { background-color: rgb(79,169,148); }
div.DivClassName
{
background-color: #4FA994;
}
.BgClassName
{
background-color: #4FA994;
}
</style>
border-color css
<style>
span { border-color: #4FA994; }
span { border-color: rgb(79,169,148); }
td.TdClassName
{
border-color: #4FA994;
}
.TagClassName
{
border-color: #4FA994;
}
</style>