Shades of Half Baked #4E939B
Tints of Half Baked #4E939B
RGB
CMYK
RGB Variations
Color information
#4E939B (or 0x4E939B) is known color: Half Baked. HEX triplet: 4E, 93 and 9B. RGB value is (78,147,155). Sum of RGB (Red+Green+Blue) = 78+147+155=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E939B is #B16C64. Grayscale: #7F7F7F. Windows color (decimal): -11627621 or 10195790. OLE color: 10195790.
HSL color Cylindrical-coordinate representation of color #4E939B: hue angle of 186.23º 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 #4E939B is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 147 | 155 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.39 |
| HSL | 186.23º | 0.33% | 0.46% | - |
| HSV(B) | 186.23º | 0.5% | 0.61% | - |
| XYZ | 19.49 | 24.85 | 34.78 | - |
| YUV | 127.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 155 | 0.50 | 0.05 | 0 | 0.39 | 186.23 | 0.33 | 0.46 |
| Hex | 4E | 93 | 9B | 32 | 5 | 0 | 27 | BA | 21 | 2E |
| Octal | 116 | 223 | 233 | 62 | 5 | 0 | 47 | 272 | 41 | 56 |
| Binary | 1001110 | 10010011 | 10011011 | 110010 | 101 | 0 | 100111 | 10111010 | 100001 | 101110 |
Color Harmonies of #4E939B
Complementary color
Monochromatic Colors of #4E939B
Black with #4E939B
Text Example
Text Example
White with #4E939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E939B; }
p { color: rgb(78,147,155); }
H1.HeaderClassName
{
color: #4E939B;
}
.AnyTagClassName
{
color: #4E939B;
}
</style>
background-color css
<style>
a { background-color: #4E939B; }
a { background-color: rgb(78,147,155); }
div.DivClassName
{
background-color: #4E939B;
}
.BgClassName
{
background-color: #4E939B;
}
</style>
border-color css
<style>
span { border-color: #4E939B; }
span { border-color: rgb(78,147,155); }
td.TdClassName
{
border-color: #4E939B;
}
.TagClassName
{
border-color: #4E939B;
}
</style>