Shades of Half Baked #4D929C
Tints of Half Baked #4D929C
RGB
CMYK
RGB Variations
Color information
#4D929C (or 0x4D929C) is known color: Half Baked. HEX triplet: 4D, 92 and 9C. RGB value is (77,146,156). Sum of RGB (Red+Green+Blue) = 77+146+156=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D929C is #B26D63. Grayscale: #7E7E7E. Windows color (decimal): -11693412 or 10261069. OLE color: 10261069.
HSL color Cylindrical-coordinate representation of color #4D929C: hue angle of 187.59º 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 #4D929C is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 146 | 156 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.39 |
| HSL | 187.59º | 0.34% | 0.46% | - |
| HSV(B) | 187.59º | 0.51% | 0.61% | - |
| XYZ | 19.34 | 24.54 | 35.17 | - |
| YUV | 126.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 156 | 0.51 | 0.06 | 0 | 0.39 | 187.59 | 0.34 | 0.46 |
| Hex | 4D | 92 | 9C | 33 | 6 | 0 | 27 | BC | 22 | 2E |
| Octal | 115 | 222 | 234 | 63 | 6 | 0 | 47 | 274 | 42 | 56 |
| Binary | 1001101 | 10010010 | 10011100 | 110011 | 110 | 0 | 100111 | 10111100 | 100010 | 101110 |
Color Harmonies of #4D929C
Complementary color
Monochromatic Colors of #4D929C
Black with #4D929C
Text Example
Text Example
White with #4D929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D929C; }
p { color: rgb(77,146,156); }
H1.HeaderClassName
{
color: #4D929C;
}
.AnyTagClassName
{
color: #4D929C;
}
</style>
background-color css
<style>
a { background-color: #4D929C; }
a { background-color: rgb(77,146,156); }
div.DivClassName
{
background-color: #4D929C;
}
.BgClassName
{
background-color: #4D929C;
}
</style>
border-color css
<style>
span { border-color: #4D929C; }
span { border-color: rgb(77,146,156); }
td.TdClassName
{
border-color: #4D929C;
}
.TagClassName
{
border-color: #4D929C;
}
</style>