Shades of Half Baked #4C949B
Tints of Half Baked #4C949B
RGB
CMYK
RGB Variations
Color information
#4C949B (or 0x4C949B) is known color: Half Baked. HEX triplet: 4C, 94 and 9B. RGB value is (76,148,155). Sum of RGB (Red+Green+Blue) = 76+148+155=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C949B is #B36B64. Grayscale: #7F7F7F. Windows color (decimal): -11758437 or 10196044. OLE color: 10196044.
HSL color Cylindrical-coordinate representation of color #4C949B: hue angle of 185.32º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C949B is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 148 | 155 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.39 |
| HSL | 185.32º | 0.34% | 0.45% | - |
| HSV(B) | 185.32º | 0.51% | 0.61% | - |
| XYZ | 19.49 | 25.08 | 34.82 | - |
| YUV | 127.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 155 | 0.51 | 0.05 | 0 | 0.39 | 185.32 | 0.34 | 0.45 |
| Hex | 4C | 94 | 9B | 33 | 5 | 0 | 27 | B9 | 22 | 2D |
| Octal | 114 | 224 | 233 | 63 | 5 | 0 | 47 | 271 | 42 | 55 |
| Binary | 1001100 | 10010100 | 10011011 | 110011 | 101 | 0 | 100111 | 10111001 | 100010 | 101101 |
Color Harmonies of #4C949B
Complementary color
Monochromatic Colors of #4C949B
Black with #4C949B
Text Example
Text Example
White with #4C949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C949B; }
p { color: rgb(76,148,155); }
H1.HeaderClassName
{
color: #4C949B;
}
.AnyTagClassName
{
color: #4C949B;
}
</style>
background-color css
<style>
a { background-color: #4C949B; }
a { background-color: rgb(76,148,155); }
div.DivClassName
{
background-color: #4C949B;
}
.BgClassName
{
background-color: #4C949B;
}
</style>
border-color css
<style>
span { border-color: #4C949B; }
span { border-color: rgb(76,148,155); }
td.TdClassName
{
border-color: #4C949B;
}
.TagClassName
{
border-color: #4C949B;
}
</style>