Shades of Half Baked #4E969E
Tints of Half Baked #4E969E
RGB
CMYK
RGB Variations
Color information
#4E969E (or 0x4E969E) is known color: Half Baked. HEX triplet: 4E, 96 and 9E. RGB value is (78,150,158). Sum of RGB (Red+Green+Blue) = 78+150+158=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E969E is #B16961. Grayscale: #818181. Windows color (decimal): -11626850 or 10393166. OLE color: 10393166.
HSL color Cylindrical-coordinate representation of color #4E969E: hue angle of 186º 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 #4E969E is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 150 | 158 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.38 |
| HSL | 186º | 0.34% | 0.46% | - |
| HSV(B) | 186º | 0.51% | 0.62% | - |
| XYZ | 20.22 | 25.9 | 36.28 | - |
| YUV | 129.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 158 | 0.51 | 0.05 | 0 | 0.38 | 186 | 0.34 | 0.46 |
| Hex | 4E | 96 | 9E | 33 | 5 | 0 | 26 | BA | 22 | 2E |
| Octal | 116 | 226 | 236 | 63 | 5 | 0 | 46 | 272 | 42 | 56 |
| Binary | 1001110 | 10010110 | 10011110 | 110011 | 101 | 0 | 100110 | 10111010 | 100010 | 101110 |
Color Harmonies of #4E969E
Complementary color
Monochromatic Colors of #4E969E
Black with #4E969E
Text Example
Text Example
White with #4E969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E969E; }
p { color: rgb(78,150,158); }
H1.HeaderClassName
{
color: #4E969E;
}
.AnyTagClassName
{
color: #4E969E;
}
</style>
background-color css
<style>
a { background-color: #4E969E; }
a { background-color: rgb(78,150,158); }
div.DivClassName
{
background-color: #4E969E;
}
.BgClassName
{
background-color: #4E969E;
}
</style>
border-color css
<style>
span { border-color: #4E969E; }
span { border-color: rgb(78,150,158); }
td.TdClassName
{
border-color: #4E969E;
}
.TagClassName
{
border-color: #4E969E;
}
</style>