Shades of Half Baked #4D959B
Tints of Half Baked #4D959B
RGB
CMYK
RGB Variations
Color information
#4D959B (or 0x4D959B) is known color: Half Baked. HEX triplet: 4D, 95 and 9B. RGB value is (77,149,155). Sum of RGB (Red+Green+Blue) = 77+149+155=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D959B is #B26A64. Grayscale: #808080. Windows color (decimal): -11692645 or 10196301. OLE color: 10196301.
HSL color Cylindrical-coordinate representation of color #4D959B: hue angle of 184.62º 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 #4D959B is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 149 | 155 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.39 |
| HSL | 184.62º | 0.34% | 0.45% | - |
| HSV(B) | 184.62º | 0.5% | 0.61% | - |
| XYZ | 19.72 | 25.44 | 34.88 | - |
| YUV | 128.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 155 | 0.50 | 0.04 | 0 | 0.39 | 184.62 | 0.34 | 0.45 |
| Hex | 4D | 95 | 9B | 32 | 4 | 0 | 27 | B9 | 22 | 2D |
| Octal | 115 | 225 | 233 | 62 | 4 | 0 | 47 | 271 | 42 | 55 |
| Binary | 1001101 | 10010101 | 10011011 | 110010 | 100 | 0 | 100111 | 10111001 | 100010 | 101101 |
Color Harmonies of #4D959B
Complementary color
Monochromatic Colors of #4D959B
Black with #4D959B
Text Example
Text Example
White with #4D959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D959B; }
p { color: rgb(77,149,155); }
H1.HeaderClassName
{
color: #4D959B;
}
.AnyTagClassName
{
color: #4D959B;
}
</style>
background-color css
<style>
a { background-color: #4D959B; }
a { background-color: rgb(77,149,155); }
div.DivClassName
{
background-color: #4D959B;
}
.BgClassName
{
background-color: #4D959B;
}
</style>
border-color css
<style>
span { border-color: #4D959B; }
span { border-color: rgb(77,149,155); }
td.TdClassName
{
border-color: #4D959B;
}
.TagClassName
{
border-color: #4D959B;
}
</style>