Shades of Half Baked #4D9498
Tints of Half Baked #4D9498
RGB
CMYK
RGB Variations
Color information
#4D9498 (or 0x4D9498) is known color: Half Baked. HEX triplet: 4D, 94 and 98. RGB value is (77,148,152). Sum of RGB (Red+Green+Blue) = 77+148+152=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D9498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9498 is #B26B67. Grayscale: #7F7F7F. Windows color (decimal): -11692904 or 9999437. OLE color: 9999437.
HSL color Cylindrical-coordinate representation of color #4D9498: hue angle of 183.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9498 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 148 | 152 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.40 |
| HSL | 183.2º | 0.33% | 0.45% | - |
| HSV(B) | 183.2º | 0.49% | 0.6% | - |
| XYZ | 19.32 | 25.02 | 33.52 | - |
| YUV | 127.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 152 | 0.49 | 0.03 | 0 | 0.40 | 183.2 | 0.33 | 0.45 |
| Hex | 4D | 94 | 98 | 31 | 3 | 0 | 28 | B7 | 21 | 2D |
| Octal | 115 | 224 | 230 | 61 | 3 | 0 | 50 | 267 | 41 | 55 |
| Binary | 1001101 | 10010100 | 10011000 | 110001 | 11 | 0 | 101000 | 10110111 | 100001 | 101101 |
Color Harmonies of #4D9498
Complementary color
Monochromatic Colors of #4D9498
Black with #4D9498
Text Example
Text Example
White with #4D9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9498; }
p { color: rgb(77,148,152); }
H1.HeaderClassName
{
color: #4D9498;
}
.AnyTagClassName
{
color: #4D9498;
}
</style>
background-color css
<style>
a { background-color: #4D9498; }
a { background-color: rgb(77,148,152); }
div.DivClassName
{
background-color: #4D9498;
}
.BgClassName
{
background-color: #4D9498;
}
</style>
border-color css
<style>
span { border-color: #4D9498; }
span { border-color: rgb(77,148,152); }
td.TdClassName
{
border-color: #4D9498;
}
.TagClassName
{
border-color: #4D9498;
}
</style>