Shades of Half Baked #4E969B
Tints of Half Baked #4E969B
RGB
CMYK
RGB Variations
Color information
#4E969B (or 0x4E969B) is known color: Half Baked. HEX triplet: 4E, 96 and 9B. RGB value is (78,150,155). Sum of RGB (Red+Green+Blue) = 78+150+155=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E969B is #B16964. Grayscale: #808080. Windows color (decimal): -11626853 or 10196558. OLE color: 10196558.
HSL color Cylindrical-coordinate representation of color #4E969B: hue angle of 183.9º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E969B is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 150 | 155 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.39 |
| HSL | 183.9º | 0.33% | 0.46% | - |
| HSV(B) | 183.9º | 0.5% | 0.61% | - |
| XYZ | 19.96 | 25.8 | 34.94 | - |
| YUV | 129.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 155 | 0.50 | 0.03 | 0 | 0.39 | 183.9 | 0.33 | 0.46 |
| Hex | 4E | 96 | 9B | 32 | 3 | 0 | 27 | B8 | 21 | 2E |
| Octal | 116 | 226 | 233 | 62 | 3 | 0 | 47 | 270 | 41 | 56 |
| Binary | 1001110 | 10010110 | 10011011 | 110010 | 11 | 0 | 100111 | 10111000 | 100001 | 101110 |
Color Harmonies of #4E969B
Complementary color
Monochromatic Colors of #4E969B
Black with #4E969B
Text Example
Text Example
White with #4E969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E969B; }
p { color: rgb(78,150,155); }
H1.HeaderClassName
{
color: #4E969B;
}
.AnyTagClassName
{
color: #4E969B;
}
</style>
background-color css
<style>
a { background-color: #4E969B; }
a { background-color: rgb(78,150,155); }
div.DivClassName
{
background-color: #4E969B;
}
.BgClassName
{
background-color: #4E969B;
}
</style>
border-color css
<style>
span { border-color: #4E969B; }
span { border-color: rgb(78,150,155); }
td.TdClassName
{
border-color: #4E969B;
}
.TagClassName
{
border-color: #4E969B;
}
</style>