Shades of Half Baked #4E989E
Tints of Half Baked #4E989E
RGB
CMYK
RGB Variations
Color information
#4E989E (or 0x4E989E) is known color: Half Baked. HEX triplet: 4E, 98 and 9E. RGB value is (78,152,158). Sum of RGB (Red+Green+Blue) = 78+152+158=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E989E is #B16761. Grayscale: #828282. Windows color (decimal): -11626338 or 10393678. OLE color: 10393678.
HSL color Cylindrical-coordinate representation of color #4E989E: hue angle of 184.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E989E is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 152 | 158 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.38 |
| HSL | 184.5º | 0.34% | 0.46% | - |
| HSV(B) | 184.5º | 0.51% | 0.62% | - |
| XYZ | 20.54 | 26.54 | 36.39 | - |
| YUV | 130.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 158 | 0.51 | 0.04 | 0 | 0.38 | 184.5 | 0.34 | 0.46 |
| Hex | 4E | 98 | 9E | 33 | 4 | 0 | 26 | B8 | 22 | 2E |
| Octal | 116 | 230 | 236 | 63 | 4 | 0 | 46 | 270 | 42 | 56 |
| Binary | 1001110 | 10011000 | 10011110 | 110011 | 100 | 0 | 100110 | 10111000 | 100010 | 101110 |
Color Harmonies of #4E989E
Complementary color
Monochromatic Colors of #4E989E
Black with #4E989E
Text Example
Text Example
White with #4E989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E989E; }
p { color: rgb(78,152,158); }
H1.HeaderClassName
{
color: #4E989E;
}
.AnyTagClassName
{
color: #4E989E;
}
</style>
background-color css
<style>
a { background-color: #4E989E; }
a { background-color: rgb(78,152,158); }
div.DivClassName
{
background-color: #4E989E;
}
.BgClassName
{
background-color: #4E989E;
}
</style>
border-color css
<style>
span { border-color: #4E989E; }
span { border-color: rgb(78,152,158); }
td.TdClassName
{
border-color: #4E989E;
}
.TagClassName
{
border-color: #4E989E;
}
</style>