Shades of Keppel #4AB092
Tints of Keppel #4AB092
RGB
CMYK
RGB Variations
Color information
#4AB092 (or 0x4AB092) is known color: Keppel. HEX triplet: 4A, B0 and 92. RGB value is (74,176,146). Sum of RGB (Red+Green+Blue) = 74+176+146=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB092 is #B54F6D. Grayscale: #8E8E8E. Windows color (decimal): -11882350 or 9613386. OLE color: 9613386.
HSL color Cylindrical-coordinate representation of color #4AB092: hue angle of 162.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB092 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 146 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.31 |
| HSL | 162.35º | 0.41% | 0.49% | - |
| HSV(B) | 162.35º | 0.58% | 0.69% | - |
| XYZ | 23.54 | 34.58 | 32.63 | - |
| YUV | 142.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 146 | 0.58 | 0 | 0.17 | 0.31 | 162.35 | 0.41 | 0.49 |
| Hex | 4A | B0 | 92 | 3A | 0 | 11 | 1F | A2 | 29 | 31 |
| Octal | 112 | 260 | 222 | 72 | 0 | 21 | 37 | 242 | 51 | 61 |
| Binary | 1001010 | 10110000 | 10010010 | 111010 | 0 | 10001 | 11111 | 10100010 | 101001 | 110001 |
Color Harmonies of #4AB092
Complementary color
Monochromatic Colors of #4AB092
Black with #4AB092
Text Example
Text Example
White with #4AB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB092; }
p { color: rgb(74,176,146); }
H1.HeaderClassName
{
color: #4AB092;
}
.AnyTagClassName
{
color: #4AB092;
}
</style>
background-color css
<style>
a { background-color: #4AB092; }
a { background-color: rgb(74,176,146); }
div.DivClassName
{
background-color: #4AB092;
}
.BgClassName
{
background-color: #4AB092;
}
</style>
border-color css
<style>
span { border-color: #4AB092; }
span { border-color: rgb(74,176,146); }
td.TdClassName
{
border-color: #4AB092;
}
.TagClassName
{
border-color: #4AB092;
}
</style>