Shades of Half Baked #4D888D
Tints of Half Baked #4D888D
RGB
CMYK
RGB Variations
Color information
#4D888D (or 0x4D888D) is known color: Half Baked. HEX triplet: 4D, 88 and 8D. RGB value is (77,136,141). Sum of RGB (Red+Green+Blue) = 77+136+141=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D888D is #B27772. Grayscale: #767676. Windows color (decimal): -11695987 or 9275469. OLE color: 9275469.
HSL color Cylindrical-coordinate representation of color #4D888D: hue angle of 184.69º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D888D is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 136 | 141 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.45 |
| HSL | 184.69º | 0.29% | 0.43% | - |
| HSV(B) | 184.69º | 0.45% | 0.55% | - |
| XYZ | 16.67 | 21.11 | 28.4 | - |
| YUV | 118.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 141 | 0.45 | 0.04 | 0 | 0.45 | 184.69 | 0.29 | 0.43 |
| Hex | 4D | 88 | 8D | 2D | 4 | 0 | 2D | B9 | 1D | 2B |
| Octal | 115 | 210 | 215 | 55 | 4 | 0 | 55 | 271 | 35 | 53 |
| Binary | 1001101 | 10001000 | 10001101 | 101101 | 100 | 0 | 101101 | 10111001 | 11101 | 101011 |
Color Harmonies of #4D888D
Complementary color
Monochromatic Colors of #4D888D
Black with #4D888D
Text Example
Text Example
White with #4D888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D888D; }
p { color: rgb(77,136,141); }
H1.HeaderClassName
{
color: #4D888D;
}
.AnyTagClassName
{
color: #4D888D;
}
</style>
background-color css
<style>
a { background-color: #4D888D; }
a { background-color: rgb(77,136,141); }
div.DivClassName
{
background-color: #4D888D;
}
.BgClassName
{
background-color: #4D888D;
}
</style>
border-color css
<style>
span { border-color: #4D888D; }
span { border-color: rgb(77,136,141); }
td.TdClassName
{
border-color: #4D888D;
}
.TagClassName
{
border-color: #4D888D;
}
</style>