Shades of Half Baked #4E8F96
Tints of Half Baked #4E8F96
RGB
CMYK
RGB Variations
Color information
#4E8F96 (or 0x4E8F96) is known color: Half Baked. HEX triplet: 4E, 8F and 96. RGB value is (78,143,150). Sum of RGB (Red+Green+Blue) = 78+143+150=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E8F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8F96 is #B17069. Grayscale: #7C7C7C. Windows color (decimal): -11628650 or 9867086. OLE color: 9867086.
HSL color Cylindrical-coordinate representation of color #4E8F96: hue angle of 185.83º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E8F96 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 143 | 150 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.41 |
| HSL | 185.83º | 0.32% | 0.45% | - |
| HSV(B) | 185.83º | 0.48% | 0.59% | - |
| XYZ | 18.47 | 23.47 | 32.41 | - |
| YUV | 124.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 143 | 150 | 0.48 | 0.05 | 0 | 0.41 | 185.83 | 0.32 | 0.45 |
| Hex | 4E | 8F | 96 | 30 | 5 | 0 | 29 | BA | 20 | 2D |
| Octal | 116 | 217 | 226 | 60 | 5 | 0 | 51 | 272 | 40 | 55 |
| Binary | 1001110 | 10001111 | 10010110 | 110000 | 101 | 0 | 101001 | 10111010 | 100000 | 101101 |
Color Harmonies of #4E8F96
Complementary color
Monochromatic Colors of #4E8F96
Black with #4E8F96
Text Example
Text Example
White with #4E8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8F96; }
p { color: rgb(78,143,150); }
H1.HeaderClassName
{
color: #4E8F96;
}
.AnyTagClassName
{
color: #4E8F96;
}
</style>
background-color css
<style>
a { background-color: #4E8F96; }
a { background-color: rgb(78,143,150); }
div.DivClassName
{
background-color: #4E8F96;
}
.BgClassName
{
background-color: #4E8F96;
}
</style>
border-color css
<style>
span { border-color: #4E8F96; }
span { border-color: rgb(78,143,150); }
td.TdClassName
{
border-color: #4E8F96;
}
.TagClassName
{
border-color: #4E8F96;
}
</style>