Shades of Half Baked #4D9B9D
Tints of Half Baked #4D9B9D
RGB
CMYK
RGB Variations
Color information
#4D9B9D (or 0x4D9B9D) is known color: Half Baked. HEX triplet: 4D, 9B and 9D. RGB value is (77,155,157). Sum of RGB (Red+Green+Blue) = 77+155+157=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D9B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B9D is #B26462. Grayscale: #838383. Windows color (decimal): -11691107 or 10328909. OLE color: 10328909.
HSL color Cylindrical-coordinate representation of color #4D9B9D: hue angle of 181.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 #4D9B9D is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 155 | 157 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.38 |
| HSL | 181.5º | 0.34% | 0.46% | - |
| HSV(B) | 181.5º | 0.51% | 0.62% | - |
| XYZ | 20.87 | 27.45 | 36.1 | - |
| YUV | 131.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 157 | 0.51 | 0.01 | 0 | 0.38 | 181.5 | 0.34 | 0.46 |
| Hex | 4D | 9B | 9D | 33 | 1 | 0 | 26 | B6 | 22 | 2E |
| Octal | 115 | 233 | 235 | 63 | 1 | 0 | 46 | 266 | 42 | 56 |
| Binary | 1001101 | 10011011 | 10011101 | 110011 | 1 | 0 | 100110 | 10110110 | 100010 | 101110 |
Color Harmonies of #4D9B9D
Complementary color
Monochromatic Colors of #4D9B9D
Black with #4D9B9D
Text Example
Text Example
White with #4D9B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B9D; }
p { color: rgb(77,155,157); }
H1.HeaderClassName
{
color: #4D9B9D;
}
.AnyTagClassName
{
color: #4D9B9D;
}
</style>
background-color css
<style>
a { background-color: #4D9B9D; }
a { background-color: rgb(77,155,157); }
div.DivClassName
{
background-color: #4D9B9D;
}
.BgClassName
{
background-color: #4D9B9D;
}
</style>
border-color css
<style>
span { border-color: #4D9B9D; }
span { border-color: rgb(77,155,157); }
td.TdClassName
{
border-color: #4D9B9D;
}
.TagClassName
{
border-color: #4D9B9D;
}
</style>