Shades of Half Baked #4E929C
Tints of Half Baked #4E929C
RGB
CMYK
RGB Variations
Color information
#4E929C (or 0x4E929C) is known color: Half Baked. HEX triplet: 4E, 92 and 9C. RGB value is (78,146,156). Sum of RGB (Red+Green+Blue) = 78+146+156=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E929C is #B16D63. Grayscale: #7E7E7E. Windows color (decimal): -11627876 or 10261070. OLE color: 10261070.
HSL color Cylindrical-coordinate representation of color #4E929C: hue angle of 187.69º 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 #4E929C is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 146 | 156 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.39 |
| HSL | 187.69º | 0.33% | 0.46% | - |
| HSV(B) | 187.69º | 0.5% | 0.61% | - |
| XYZ | 19.42 | 24.58 | 35.17 | - |
| YUV | 126.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 156 | 0.5 | 0.06 | 0 | 0.39 | 187.69 | 0.33 | 0.46 |
| Hex | 4E | 92 | 9C | 32 | 6 | 0 | 27 | BC | 21 | 2E |
| Octal | 116 | 222 | 234 | 62 | 6 | 0 | 47 | 274 | 41 | 56 |
| Binary | 1001110 | 10010010 | 10011100 | 110010 | 110 | 0 | 100111 | 10111100 | 100001 | 101110 |
Color Harmonies of #4E929C
Complementary color
Monochromatic Colors of #4E929C
Black with #4E929C
Text Example
Text Example
White with #4E929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E929C; }
p { color: rgb(78,146,156); }
H1.HeaderClassName
{
color: #4E929C;
}
.AnyTagClassName
{
color: #4E929C;
}
</style>
background-color css
<style>
a { background-color: #4E929C; }
a { background-color: rgb(78,146,156); }
div.DivClassName
{
background-color: #4E929C;
}
.BgClassName
{
background-color: #4E929C;
}
</style>
border-color css
<style>
span { border-color: #4E929C; }
span { border-color: rgb(78,146,156); }
td.TdClassName
{
border-color: #4E929C;
}
.TagClassName
{
border-color: #4E929C;
}
</style>