Shades of Half Baked #4D9599
Tints of Half Baked #4D9599
RGB
CMYK
RGB Variations
Color information
#4D9599 (or 0x4D9599) is known color: Half Baked. HEX triplet: 4D, 95 and 99. RGB value is (77,149,153). Sum of RGB (Red+Green+Blue) = 77+149+153=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D9599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9599 is #B26A66. Grayscale: #7F7F7F. Windows color (decimal): -11692647 or 10065229. OLE color: 10065229.
HSL color Cylindrical-coordinate representation of color #4D9599: hue angle of 183.16º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9599 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 149 | 153 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.4 |
| HSL | 183.16º | 0.33% | 0.45% | - |
| HSV(B) | 183.16º | 0.5% | 0.6% | - |
| XYZ | 19.56 | 25.37 | 34 | - |
| YUV | 127.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 153 | 0.50 | 0.03 | 0 | 0.4 | 183.16 | 0.33 | 0.45 |
| Hex | 4D | 95 | 99 | 32 | 3 | 0 | 28 | B7 | 21 | 2D |
| Octal | 115 | 225 | 231 | 62 | 3 | 0 | 50 | 267 | 41 | 55 |
| Binary | 1001101 | 10010101 | 10011001 | 110010 | 11 | 0 | 101000 | 10110111 | 100001 | 101101 |
Color Harmonies of #4D9599
Complementary color
Monochromatic Colors of #4D9599
Black with #4D9599
Text Example
Text Example
White with #4D9599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9599; }
p { color: rgb(77,149,153); }
H1.HeaderClassName
{
color: #4D9599;
}
.AnyTagClassName
{
color: #4D9599;
}
</style>
background-color css
<style>
a { background-color: #4D9599; }
a { background-color: rgb(77,149,153); }
div.DivClassName
{
background-color: #4D9599;
}
.BgClassName
{
background-color: #4D9599;
}
</style>
border-color css
<style>
span { border-color: #4D9599; }
span { border-color: rgb(77,149,153); }
td.TdClassName
{
border-color: #4D9599;
}
.TagClassName
{
border-color: #4D9599;
}
</style>