Shades of Keppel #4BB490
Tints of Keppel #4BB490
RGB
CMYK
RGB Variations
Color information
#4BB490 (or 0x4BB490) is known color: Keppel. HEX triplet: 4B, B4 and 90. RGB value is (75,180,144). Sum of RGB (Red+Green+Blue) = 75+180+144=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB490 is #B44B6F. Grayscale: #909090. Windows color (decimal): -11815792 or 9483339. OLE color: 9483339.
HSL color Cylindrical-coordinate representation of color #4BB490: hue angle of 159.43º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB490 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 180 | 144 | - |
| CMYK | 0.58 | 0 | 0.2 | 0.29 |
| HSL | 159.43º | 0.41% | 0.5% | - |
| HSV(B) | 159.43º | 0.58% | 0.71% | - |
| XYZ | 24.26 | 36.15 | 32.09 | - |
| YUV | 144.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 180 | 144 | 0.58 | 0 | 0.2 | 0.29 | 159.43 | 0.41 | 0.5 |
| Hex | 4B | B4 | 90 | 3A | 0 | 14 | 1D | 9F | 29 | 32 |
| Octal | 113 | 264 | 220 | 72 | 0 | 24 | 35 | 237 | 51 | 62 |
| Binary | 1001011 | 10110100 | 10010000 | 111010 | 0 | 10100 | 11101 | 10011111 | 101001 | 110010 |
Color Harmonies of #4BB490
Complementary color
Monochromatic Colors of #4BB490
Black with #4BB490
Text Example
Text Example
White with #4BB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB490; }
p { color: rgb(75,180,144); }
H1.HeaderClassName
{
color: #4BB490;
}
.AnyTagClassName
{
color: #4BB490;
}
</style>
background-color css
<style>
a { background-color: #4BB490; }
a { background-color: rgb(75,180,144); }
div.DivClassName
{
background-color: #4BB490;
}
.BgClassName
{
background-color: #4BB490;
}
</style>
border-color css
<style>
span { border-color: #4BB490; }
span { border-color: rgb(75,180,144); }
td.TdClassName
{
border-color: #4BB490;
}
.TagClassName
{
border-color: #4BB490;
}
</style>