Shades of Keppel #4FA896
Tints of Keppel #4FA896
RGB
CMYK
RGB Variations
Color information
#4FA896 (or 0x4FA896) is known color: Keppel. HEX triplet: 4F, A8 and 96. RGB value is (79,168,150). Sum of RGB (Red+Green+Blue) = 79+168+150=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA896 is #B05769. Grayscale: #8B8B8B. Windows color (decimal): -11556714 or 9873487. OLE color: 9873487.
HSL color Cylindrical-coordinate representation of color #4FA896: hue angle of 167.87º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA896 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 168 | 150 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.34 |
| HSL | 167.87º | 0.36% | 0.48% | - |
| HSV(B) | 167.87º | 0.53% | 0.66% | - |
| XYZ | 22.73 | 31.87 | 33.81 | - |
| YUV | 139.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 168 | 150 | 0.53 | 0 | 0.11 | 0.34 | 167.87 | 0.36 | 0.48 |
| Hex | 4F | A8 | 96 | 35 | 0 | B | 22 | A8 | 24 | 30 |
| Octal | 117 | 250 | 226 | 65 | 0 | 13 | 42 | 250 | 44 | 60 |
| Binary | 1001111 | 10101000 | 10010110 | 110101 | 0 | 1011 | 100010 | 10101000 | 100100 | 110000 |
Color Harmonies of #4FA896
Complementary color
Monochromatic Colors of #4FA896
Black with #4FA896
Text Example
Text Example
White with #4FA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA896; }
p { color: rgb(79,168,150); }
H1.HeaderClassName
{
color: #4FA896;
}
.AnyTagClassName
{
color: #4FA896;
}
</style>
background-color css
<style>
a { background-color: #4FA896; }
a { background-color: rgb(79,168,150); }
div.DivClassName
{
background-color: #4FA896;
}
.BgClassName
{
background-color: #4FA896;
}
</style>
border-color css
<style>
span { border-color: #4FA896; }
span { border-color: rgb(79,168,150); }
td.TdClassName
{
border-color: #4FA896;
}
.TagClassName
{
border-color: #4FA896;
}
</style>