Shades of Half Baked #4D8891
Tints of Half Baked #4D8891
RGB
CMYK
RGB Variations
Color information
#4D8891 (or 0x4D8891) is known color: Half Baked. HEX triplet: 4D, 88 and 91. RGB value is (77,136,145). Sum of RGB (Red+Green+Blue) = 77+136+145=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D8891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8891 is #B2776E. Grayscale: #777777. Windows color (decimal): -11695983 or 9537613. OLE color: 9537613.
HSL color Cylindrical-coordinate representation of color #4D8891: hue angle of 187.94º 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 #4D8891 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 136 | 145 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.43 |
| HSL | 187.94º | 0.31% | 0.44% | - |
| HSV(B) | 187.94º | 0.47% | 0.57% | - |
| XYZ | 16.98 | 21.23 | 29.99 | - |
| YUV | 119.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 145 | 0.47 | 0.06 | 0 | 0.43 | 187.94 | 0.31 | 0.44 |
| Hex | 4D | 88 | 91 | 2F | 6 | 0 | 2B | BC | 1F | 2C |
| Octal | 115 | 210 | 221 | 57 | 6 | 0 | 53 | 274 | 37 | 54 |
| Binary | 1001101 | 10001000 | 10010001 | 101111 | 110 | 0 | 101011 | 10111100 | 11111 | 101100 |
Color Harmonies of #4D8891
Complementary color
Monochromatic Colors of #4D8891
Black with #4D8891
Text Example
Text Example
White with #4D8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8891; }
p { color: rgb(77,136,145); }
H1.HeaderClassName
{
color: #4D8891;
}
.AnyTagClassName
{
color: #4D8891;
}
</style>
background-color css
<style>
a { background-color: #4D8891; }
a { background-color: rgb(77,136,145); }
div.DivClassName
{
background-color: #4D8891;
}
.BgClassName
{
background-color: #4D8891;
}
</style>
border-color css
<style>
span { border-color: #4D8891; }
span { border-color: rgb(77,136,145); }
td.TdClassName
{
border-color: #4D8891;
}
.TagClassName
{
border-color: #4D8891;
}
</style>