Shades of Keppel #4AB590
Tints of Keppel #4AB590
RGB
CMYK
RGB Variations
Color information
#4AB590 (or 0x4AB590) is known color: Keppel. HEX triplet: 4A, B5 and 90. RGB value is (74,181,144). Sum of RGB (Red+Green+Blue) = 74+181+144=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB590 is #B54A6F. Grayscale: #909090. Windows color (decimal): -11881072 or 9483594. OLE color: 9483594.
HSL color Cylindrical-coordinate representation of color #4AB590: hue angle of 159.25º 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 #4AB590 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 144 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.29 |
| HSL | 159.25º | 0.42% | 0.5% | - |
| HSV(B) | 159.25º | 0.59% | 0.71% | - |
| XYZ | 24.38 | 36.52 | 32.15 | - |
| YUV | 144.79 | 127.55 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 144 | 0.59 | 0 | 0.20 | 0.29 | 159.25 | 0.42 | 0.5 |
| Hex | 4A | B5 | 90 | 3B | 0 | 14 | 1D | 9F | 2A | 32 |
| Octal | 112 | 265 | 220 | 73 | 0 | 24 | 35 | 237 | 52 | 62 |
| Binary | 1001010 | 10110101 | 10010000 | 111011 | 0 | 10100 | 11101 | 10011111 | 101010 | 110010 |
Color Harmonies of #4AB590
Complementary color
Monochromatic Colors of #4AB590
Black with #4AB590
Text Example
Text Example
White with #4AB590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB590; }
p { color: rgb(74,181,144); }
H1.HeaderClassName
{
color: #4AB590;
}
.AnyTagClassName
{
color: #4AB590;
}
</style>
background-color css
<style>
a { background-color: #4AB590; }
a { background-color: rgb(74,181,144); }
div.DivClassName
{
background-color: #4AB590;
}
.BgClassName
{
background-color: #4AB590;
}
</style>
border-color css
<style>
span { border-color: #4AB590; }
span { border-color: rgb(74,181,144); }
td.TdClassName
{
border-color: #4AB590;
}
.TagClassName
{
border-color: #4AB590;
}
</style>