Shades of Half Baked #4D949B
Tints of Half Baked #4D949B
RGB
CMYK
RGB Variations
Color information
#4D949B (or 0x4D949B) is known color: Half Baked. HEX triplet: 4D, 94 and 9B. RGB value is (77,148,155). Sum of RGB (Red+Green+Blue) = 77+148+155=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D949B is #B26B64. Grayscale: #7F7F7F. Windows color (decimal): -11692901 or 10196045. OLE color: 10196045.
HSL color Cylindrical-coordinate representation of color #4D949B: hue angle of 185.38º 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 #4D949B is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 148 | 155 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.39 |
| HSL | 185.38º | 0.34% | 0.45% | - |
| HSV(B) | 185.38º | 0.5% | 0.61% | - |
| XYZ | 19.57 | 25.12 | 34.83 | - |
| YUV | 127.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 155 | 0.50 | 0.05 | 0 | 0.39 | 185.38 | 0.34 | 0.45 |
| Hex | 4D | 94 | 9B | 32 | 5 | 0 | 27 | B9 | 22 | 2D |
| Octal | 115 | 224 | 233 | 62 | 5 | 0 | 47 | 271 | 42 | 55 |
| Binary | 1001101 | 10010100 | 10011011 | 110010 | 101 | 0 | 100111 | 10111001 | 100010 | 101101 |
Color Harmonies of #4D949B
Complementary color
Monochromatic Colors of #4D949B
Black with #4D949B
Text Example
Text Example
White with #4D949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D949B; }
p { color: rgb(77,148,155); }
H1.HeaderClassName
{
color: #4D949B;
}
.AnyTagClassName
{
color: #4D949B;
}
</style>
background-color css
<style>
a { background-color: #4D949B; }
a { background-color: rgb(77,148,155); }
div.DivClassName
{
background-color: #4D949B;
}
.BgClassName
{
background-color: #4D949B;
}
</style>
border-color css
<style>
span { border-color: #4D949B; }
span { border-color: rgb(77,148,155); }
td.TdClassName
{
border-color: #4D949B;
}
.TagClassName
{
border-color: #4D949B;
}
</style>