Shades of Half Baked #4D8B93
Tints of Half Baked #4D8B93
RGB
CMYK
RGB Variations
Color information
#4D8B93 (or 0x4D8B93) is known color: Half Baked. HEX triplet: 4D, 8B and 93. RGB value is (77,139,147). Sum of RGB (Red+Green+Blue) = 77+139+147=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D8B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8B93 is #B2746C. Grayscale: #797979. Windows color (decimal): -11695213 or 9669453. OLE color: 9669453.
HSL color Cylindrical-coordinate representation of color #4D8B93: hue angle of 186.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D8B93 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 139 | 147 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.42 |
| HSL | 186.86º | 0.31% | 0.44% | - |
| HSV(B) | 186.86º | 0.48% | 0.58% | - |
| XYZ | 17.56 | 22.15 | 30.95 | - |
| YUV | 121.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 147 | 0.48 | 0.05 | 0 | 0.42 | 186.86 | 0.31 | 0.44 |
| Hex | 4D | 8B | 93 | 30 | 5 | 0 | 2A | BB | 1F | 2C |
| Octal | 115 | 213 | 223 | 60 | 5 | 0 | 52 | 273 | 37 | 54 |
| Binary | 1001101 | 10001011 | 10010011 | 110000 | 101 | 0 | 101010 | 10111011 | 11111 | 101100 |
Color Harmonies of #4D8B93
Complementary color
Monochromatic Colors of #4D8B93
Black with #4D8B93
Text Example
Text Example
White with #4D8B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8B93; }
p { color: rgb(77,139,147); }
H1.HeaderClassName
{
color: #4D8B93;
}
.AnyTagClassName
{
color: #4D8B93;
}
</style>
background-color css
<style>
a { background-color: #4D8B93; }
a { background-color: rgb(77,139,147); }
div.DivClassName
{
background-color: #4D8B93;
}
.BgClassName
{
background-color: #4D8B93;
}
</style>
border-color css
<style>
span { border-color: #4D8B93; }
span { border-color: rgb(77,139,147); }
td.TdClassName
{
border-color: #4D8B93;
}
.TagClassName
{
border-color: #4D8B93;
}
</style>