Shades of Keppel #4BB491
Tints of Keppel #4BB491
RGB
CMYK
RGB Variations
Color information
#4BB491 (or 0x4BB491) is known color: Keppel. HEX triplet: 4B, B4 and 91. RGB value is (75,180,145). Sum of RGB (Red+Green+Blue) = 75+180+145=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB491 is #B44B6E. Grayscale: #909090. Windows color (decimal): -11815791 or 9548875. OLE color: 9548875.
HSL color Cylindrical-coordinate representation of color #4BB491: hue angle of 160º 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 #4BB491 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 180 | 145 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.29 |
| HSL | 160º | 0.41% | 0.5% | - |
| HSV(B) | 160º | 0.58% | 0.71% | - |
| XYZ | 24.33 | 36.18 | 32.49 | - |
| YUV | 144.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 180 | 145 | 0.58 | 0 | 0.19 | 0.29 | 160 | 0.41 | 0.5 |
| Hex | 4B | B4 | 91 | 3A | 0 | 13 | 1D | A0 | 29 | 32 |
| Octal | 113 | 264 | 221 | 72 | 0 | 23 | 35 | 240 | 51 | 62 |
| Binary | 1001011 | 10110100 | 10010001 | 111010 | 0 | 10011 | 11101 | 10100000 | 101001 | 110010 |
Color Harmonies of #4BB491
Complementary color
Monochromatic Colors of #4BB491
Black with #4BB491
Text Example
Text Example
White with #4BB491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB491; }
p { color: rgb(75,180,145); }
H1.HeaderClassName
{
color: #4BB491;
}
.AnyTagClassName
{
color: #4BB491;
}
</style>
background-color css
<style>
a { background-color: #4BB491; }
a { background-color: rgb(75,180,145); }
div.DivClassName
{
background-color: #4BB491;
}
.BgClassName
{
background-color: #4BB491;
}
</style>
border-color css
<style>
span { border-color: #4BB491; }
span { border-color: rgb(75,180,145); }
td.TdClassName
{
border-color: #4BB491;
}
.TagClassName
{
border-color: #4BB491;
}
</style>