Shades of Half Baked #4D979B
Tints of Half Baked #4D979B
RGB
CMYK
RGB Variations
Color information
#4D979B (or 0x4D979B) is known color: Half Baked. HEX triplet: 4D, 97 and 9B. RGB value is (77,151,155). Sum of RGB (Red+Green+Blue) = 77+151+155=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D979B is #B26864. Grayscale: #818181. Windows color (decimal): -11692133 or 10196813. OLE color: 10196813.
HSL color Cylindrical-coordinate representation of color #4D979B: hue angle of 183.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D979B is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 151 | 155 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.39 |
| HSL | 183.08º | 0.34% | 0.45% | - |
| HSV(B) | 183.08º | 0.5% | 0.61% | - |
| XYZ | 20.04 | 26.08 | 34.99 | - |
| YUV | 129.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 155 | 0.50 | 0.03 | 0 | 0.39 | 183.08 | 0.34 | 0.45 |
| Hex | 4D | 97 | 9B | 32 | 3 | 0 | 27 | B7 | 22 | 2D |
| Octal | 115 | 227 | 233 | 62 | 3 | 0 | 47 | 267 | 42 | 55 |
| Binary | 1001101 | 10010111 | 10011011 | 110010 | 11 | 0 | 100111 | 10110111 | 100010 | 101101 |
Color Harmonies of #4D979B
Complementary color
Monochromatic Colors of #4D979B
Black with #4D979B
Text Example
Text Example
White with #4D979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D979B; }
p { color: rgb(77,151,155); }
H1.HeaderClassName
{
color: #4D979B;
}
.AnyTagClassName
{
color: #4D979B;
}
</style>
background-color css
<style>
a { background-color: #4D979B; }
a { background-color: rgb(77,151,155); }
div.DivClassName
{
background-color: #4D979B;
}
.BgClassName
{
background-color: #4D979B;
}
</style>
border-color css
<style>
span { border-color: #4D979B; }
span { border-color: rgb(77,151,155); }
td.TdClassName
{
border-color: #4D979B;
}
.TagClassName
{
border-color: #4D979B;
}
</style>