Shades of Half Baked #4E999C
Tints of Half Baked #4E999C
RGB
CMYK
RGB Variations
Color information
#4E999C (or 0x4E999C) is known color: Half Baked. HEX triplet: 4E, 99 and 9C. RGB value is (78,153,156). Sum of RGB (Red+Green+Blue) = 78+153+156=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E999C is #B16663. Grayscale: #828282. Windows color (decimal): -11626084 or 10262862. OLE color: 10262862.
HSL color Cylindrical-coordinate representation of color #4E999C: hue angle of 182.31º 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 #4E999C is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 153 | 156 | - |
| CMYK | 0.5 | 0.02 | 0 | 0.39 |
| HSL | 182.31º | 0.33% | 0.46% | - |
| HSV(B) | 182.31º | 0.5% | 0.61% | - |
| XYZ | 20.53 | 26.8 | 35.54 | - |
| YUV | 130.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 156 | 0.5 | 0.02 | 0 | 0.39 | 182.31 | 0.33 | 0.46 |
| Hex | 4E | 99 | 9C | 32 | 2 | 0 | 27 | B6 | 21 | 2E |
| Octal | 116 | 231 | 234 | 62 | 2 | 0 | 47 | 266 | 41 | 56 |
| Binary | 1001110 | 10011001 | 10011100 | 110010 | 10 | 0 | 100111 | 10110110 | 100001 | 101110 |
Color Harmonies of #4E999C
Complementary color
Monochromatic Colors of #4E999C
Black with #4E999C
Text Example
Text Example
White with #4E999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E999C; }
p { color: rgb(78,153,156); }
H1.HeaderClassName
{
color: #4E999C;
}
.AnyTagClassName
{
color: #4E999C;
}
</style>
background-color css
<style>
a { background-color: #4E999C; }
a { background-color: rgb(78,153,156); }
div.DivClassName
{
background-color: #4E999C;
}
.BgClassName
{
background-color: #4E999C;
}
</style>
border-color css
<style>
span { border-color: #4E999C; }
span { border-color: rgb(78,153,156); }
td.TdClassName
{
border-color: #4E999C;
}
.TagClassName
{
border-color: #4E999C;
}
</style>