Shades of Half Baked #4D918E
Tints of Half Baked #4D918E
RGB
CMYK
RGB Variations
Color information
#4D918E (or 0x4D918E) is known color: Half Baked. HEX triplet: 4D, 91 and 8E. RGB value is (77,145,142). Sum of RGB (Red+Green+Blue) = 77+145+142=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #4D918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D918E is #B26E71. Grayscale: #7C7C7C. Windows color (decimal): -11693682 or 9343309. OLE color: 9343309.
HSL color Cylindrical-coordinate representation of color #4D918E: hue angle of 177.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D918E is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 142 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.43 |
| HSL | 177.35º | 0.31% | 0.44% | - |
| HSV(B) | 177.35º | 0.47% | 0.57% | - |
| XYZ | 18.07 | 23.78 | 29.23 | - |
| YUV | 124.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 142 | 0.47 | 0 | 0.02 | 0.43 | 177.35 | 0.31 | 0.44 |
| Hex | 4D | 91 | 8E | 2F | 0 | 2 | 2B | B1 | 1F | 2C |
| Octal | 115 | 221 | 216 | 57 | 0 | 2 | 53 | 261 | 37 | 54 |
| Binary | 1001101 | 10010001 | 10001110 | 101111 | 0 | 10 | 101011 | 10110001 | 11111 | 101100 |
Color Harmonies of #4D918E
Complementary color
Monochromatic Colors of #4D918E
Black with #4D918E
Text Example
Text Example
White with #4D918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D918E; }
p { color: rgb(77,145,142); }
H1.HeaderClassName
{
color: #4D918E;
}
.AnyTagClassName
{
color: #4D918E;
}
</style>
background-color css
<style>
a { background-color: #4D918E; }
a { background-color: rgb(77,145,142); }
div.DivClassName
{
background-color: #4D918E;
}
.BgClassName
{
background-color: #4D918E;
}
</style>
border-color css
<style>
span { border-color: #4D918E; }
span { border-color: rgb(77,145,142); }
td.TdClassName
{
border-color: #4D918E;
}
.TagClassName
{
border-color: #4D918E;
}
</style>