Shades of Half Baked #4D979D
Tints of Half Baked #4D979D
RGB
CMYK
RGB Variations
Color information
#4D979D (or 0x4D979D) is known color: Half Baked. HEX triplet: 4D, 97 and 9D. RGB value is (77,151,157). Sum of RGB (Red+Green+Blue) = 77+151+157=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D979D is #B26862. Grayscale: #818181. Windows color (decimal): -11692131 or 10327885. OLE color: 10327885.
HSL color Cylindrical-coordinate representation of color #4D979D: hue angle of 184.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D979D is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 151 | 157 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.38 |
| HSL | 184.5º | 0.34% | 0.46% | - |
| HSV(B) | 184.5º | 0.51% | 0.62% | - |
| XYZ | 20.21 | 26.15 | 35.88 | - |
| YUV | 129.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 157 | 0.51 | 0.04 | 0 | 0.38 | 184.5 | 0.34 | 0.46 |
| Hex | 4D | 97 | 9D | 33 | 4 | 0 | 26 | B8 | 22 | 2E |
| Octal | 115 | 227 | 235 | 63 | 4 | 0 | 46 | 270 | 42 | 56 |
| Binary | 1001101 | 10010111 | 10011101 | 110011 | 100 | 0 | 100110 | 10111000 | 100010 | 101110 |
Color Harmonies of #4D979D
Complementary color
Monochromatic Colors of #4D979D
Black with #4D979D
Text Example
Text Example
White with #4D979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D979D; }
p { color: rgb(77,151,157); }
H1.HeaderClassName
{
color: #4D979D;
}
.AnyTagClassName
{
color: #4D979D;
}
</style>
background-color css
<style>
a { background-color: #4D979D; }
a { background-color: rgb(77,151,157); }
div.DivClassName
{
background-color: #4D979D;
}
.BgClassName
{
background-color: #4D979D;
}
</style>
border-color css
<style>
span { border-color: #4D979D; }
span { border-color: rgb(77,151,157); }
td.TdClassName
{
border-color: #4D979D;
}
.TagClassName
{
border-color: #4D979D;
}
</style>