Shades of Keppel #4BAF93
Tints of Keppel #4BAF93
RGB
CMYK
RGB Variations
Color information
#4BAF93 (or 0x4BAF93) is known color: Keppel. HEX triplet: 4B, AF and 93. RGB value is (75,175,147). Sum of RGB (Red+Green+Blue) = 75+175+147=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF93 is #B4506C. Grayscale: #8D8D8D. Windows color (decimal): -11817069 or 9678667. OLE color: 9678667.
HSL color Cylindrical-coordinate representation of color #4BAF93: hue angle of 163.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF93 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 147 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.31 |
| HSL | 163.2º | 0.4% | 0.49% | - |
| HSV(B) | 163.2º | 0.57% | 0.69% | - |
| XYZ | 23.5 | 34.26 | 32.98 | - |
| YUV | 141.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 147 | 0.57 | 0 | 0.16 | 0.31 | 163.2 | 0.4 | 0.49 |
| Hex | 4B | AF | 93 | 39 | 0 | 10 | 1F | A3 | 28 | 31 |
| Octal | 113 | 257 | 223 | 71 | 0 | 20 | 37 | 243 | 50 | 61 |
| Binary | 1001011 | 10101111 | 10010011 | 111001 | 0 | 10000 | 11111 | 10100011 | 101000 | 110001 |
Color Harmonies of #4BAF93
Complementary color
Monochromatic Colors of #4BAF93
Black with #4BAF93
Text Example
Text Example
White with #4BAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAF93; }
p { color: rgb(75,175,147); }
H1.HeaderClassName
{
color: #4BAF93;
}
.AnyTagClassName
{
color: #4BAF93;
}
</style>
background-color css
<style>
a { background-color: #4BAF93; }
a { background-color: rgb(75,175,147); }
div.DivClassName
{
background-color: #4BAF93;
}
.BgClassName
{
background-color: #4BAF93;
}
</style>
border-color css
<style>
span { border-color: #4BAF93; }
span { border-color: rgb(75,175,147); }
td.TdClassName
{
border-color: #4BAF93;
}
.TagClassName
{
border-color: #4BAF93;
}
</style>