Shades of Half Baked #4D999C
Tints of Half Baked #4D999C
RGB
CMYK
RGB Variations
Color information
#4D999C (or 0x4D999C) is known color: Half Baked. HEX triplet: 4D, 99 and 9C. RGB value is (77,153,156). Sum of RGB (Red+Green+Blue) = 77+153+156=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D999C is #B26663. Grayscale: #828282. Windows color (decimal): -11691620 or 10262861. OLE color: 10262861.
HSL color Cylindrical-coordinate representation of color #4D999C: hue angle of 182.28º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D999C is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 153 | 156 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.39 |
| HSL | 182.28º | 0.34% | 0.46% | - |
| HSV(B) | 182.28º | 0.51% | 0.61% | - |
| XYZ | 20.45 | 26.76 | 35.54 | - |
| YUV | 130.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 156 | 0.51 | 0.02 | 0 | 0.39 | 182.28 | 0.34 | 0.46 |
| Hex | 4D | 99 | 9C | 33 | 2 | 0 | 27 | B6 | 22 | 2E |
| Octal | 115 | 231 | 234 | 63 | 2 | 0 | 47 | 266 | 42 | 56 |
| Binary | 1001101 | 10011001 | 10011100 | 110011 | 10 | 0 | 100111 | 10110110 | 100010 | 101110 |
Color Harmonies of #4D999C
Complementary color
Monochromatic Colors of #4D999C
Black with #4D999C
Text Example
Text Example
White with #4D999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D999C; }
p { color: rgb(77,153,156); }
H1.HeaderClassName
{
color: #4D999C;
}
.AnyTagClassName
{
color: #4D999C;
}
</style>
background-color css
<style>
a { background-color: #4D999C; }
a { background-color: rgb(77,153,156); }
div.DivClassName
{
background-color: #4D999C;
}
.BgClassName
{
background-color: #4D999C;
}
</style>
border-color css
<style>
span { border-color: #4D999C; }
span { border-color: rgb(77,153,156); }
td.TdClassName
{
border-color: #4D999C;
}
.TagClassName
{
border-color: #4D999C;
}
</style>