Shades of Half Baked #4E999F
Tints of Half Baked #4E999F
RGB
CMYK
RGB Variations
Color information
#4E999F (or 0x4E999F) is known color: Half Baked. HEX triplet: 4E, 99 and 9F. RGB value is (78,153,159). Sum of RGB (Red+Green+Blue) = 78+153+159=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E999F is #B16660. Grayscale: #838383. Windows color (decimal): -11626081 or 10459470. OLE color: 10459470.
HSL color Cylindrical-coordinate representation of color #4E999F: hue angle of 184.44º 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 #4E999F is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 153 | 159 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.38 |
| HSL | 184.44º | 0.34% | 0.46% | - |
| HSV(B) | 184.44º | 0.51% | 0.62% | - |
| XYZ | 20.79 | 26.91 | 36.9 | - |
| YUV | 131.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 159 | 0.51 | 0.04 | 0 | 0.38 | 184.44 | 0.34 | 0.46 |
| Hex | 4E | 99 | 9F | 33 | 4 | 0 | 26 | B8 | 22 | 2E |
| Octal | 116 | 231 | 237 | 63 | 4 | 0 | 46 | 270 | 42 | 56 |
| Binary | 1001110 | 10011001 | 10011111 | 110011 | 100 | 0 | 100110 | 10111000 | 100010 | 101110 |
Color Harmonies of #4E999F
Complementary color
Monochromatic Colors of #4E999F
Black with #4E999F
Text Example
Text Example
White with #4E999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E999F; }
p { color: rgb(78,153,159); }
H1.HeaderClassName
{
color: #4E999F;
}
.AnyTagClassName
{
color: #4E999F;
}
</style>
background-color css
<style>
a { background-color: #4E999F; }
a { background-color: rgb(78,153,159); }
div.DivClassName
{
background-color: #4E999F;
}
.BgClassName
{
background-color: #4E999F;
}
</style>
border-color css
<style>
span { border-color: #4E999F; }
span { border-color: rgb(78,153,159); }
td.TdClassName
{
border-color: #4E999F;
}
.TagClassName
{
border-color: #4E999F;
}
</style>