Shades of Keppel #4AB48B
Tints of Keppel #4AB48B
RGB
CMYK
RGB Variations
Color information
#4AB48B (or 0x4AB48B) is known color: Keppel. HEX triplet: 4A, B4 and 8B. RGB value is (74,180,139). Sum of RGB (Red+Green+Blue) = 74+180+139=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB48B is #B54B74. Grayscale: #8F8F8F. Windows color (decimal): -11881333 or 9155658. OLE color: 9155658.
HSL color Cylindrical-coordinate representation of color #4AB48B: hue angle of 156.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB48B is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 139 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.29 |
| HSL | 156.79º | 0.42% | 0.5% | - |
| HSV(B) | 156.79º | 0.59% | 0.71% | - |
| XYZ | 23.81 | 35.96 | 30.11 | - |
| YUV | 143.63 | 125.38 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 139 | 0.59 | 0 | 0.23 | 0.29 | 156.79 | 0.42 | 0.5 |
| Hex | 4A | B4 | 8B | 3B | 0 | 17 | 1D | 9D | 2A | 32 |
| Octal | 112 | 264 | 213 | 73 | 0 | 27 | 35 | 235 | 52 | 62 |
| Binary | 1001010 | 10110100 | 10001011 | 111011 | 0 | 10111 | 11101 | 10011101 | 101010 | 110010 |
Color Harmonies of #4AB48B
Complementary color
Monochromatic Colors of #4AB48B
Black with #4AB48B
Text Example
Text Example
White with #4AB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB48B; }
p { color: rgb(74,180,139); }
H1.HeaderClassName
{
color: #4AB48B;
}
.AnyTagClassName
{
color: #4AB48B;
}
</style>
background-color css
<style>
a { background-color: #4AB48B; }
a { background-color: rgb(74,180,139); }
div.DivClassName
{
background-color: #4AB48B;
}
.BgClassName
{
background-color: #4AB48B;
}
</style>
border-color css
<style>
span { border-color: #4AB48B; }
span { border-color: rgb(74,180,139); }
td.TdClassName
{
border-color: #4AB48B;
}
.TagClassName
{
border-color: #4AB48B;
}
</style>