Shades of Half Baked #4D8991
Tints of Half Baked #4D8991
RGB
CMYK
RGB Variations
Color information
#4D8991 (or 0x4D8991) is known color: Half Baked. HEX triplet: 4D, 89 and 91. RGB value is (77,137,145). Sum of RGB (Red+Green+Blue) = 77+137+145=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D8991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8991 is #B2766E. Grayscale: #777777. Windows color (decimal): -11695727 or 9537869. OLE color: 9537869.
HSL color Cylindrical-coordinate representation of color #4D8991: hue angle of 187.06º 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 #4D8991 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 137 | 145 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.43 |
| HSL | 187.06º | 0.31% | 0.44% | - |
| HSV(B) | 187.06º | 0.47% | 0.57% | - |
| XYZ | 17.12 | 21.51 | 30.04 | - |
| YUV | 119.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 145 | 0.47 | 0.06 | 0 | 0.43 | 187.06 | 0.31 | 0.44 |
| Hex | 4D | 89 | 91 | 2F | 6 | 0 | 2B | BB | 1F | 2C |
| Octal | 115 | 211 | 221 | 57 | 6 | 0 | 53 | 273 | 37 | 54 |
| Binary | 1001101 | 10001001 | 10010001 | 101111 | 110 | 0 | 101011 | 10111011 | 11111 | 101100 |
Color Harmonies of #4D8991
Complementary color
Monochromatic Colors of #4D8991
Black with #4D8991
Text Example
Text Example
White with #4D8991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8991; }
p { color: rgb(77,137,145); }
H1.HeaderClassName
{
color: #4D8991;
}
.AnyTagClassName
{
color: #4D8991;
}
</style>
background-color css
<style>
a { background-color: #4D8991; }
a { background-color: rgb(77,137,145); }
div.DivClassName
{
background-color: #4D8991;
}
.BgClassName
{
background-color: #4D8991;
}
</style>
border-color css
<style>
span { border-color: #4D8991; }
span { border-color: rgb(77,137,145); }
td.TdClassName
{
border-color: #4D8991;
}
.TagClassName
{
border-color: #4D8991;
}
</style>