Shades of Hippie Blue #4C899B
Tints of Hippie Blue #4C899B
RGB
CMYK
RGB Variations
Color information
#4C899B (or 0x4C899B) is known color: Hippie Blue. HEX triplet: 4C, 89 and 9B. RGB value is (76,137,155). Sum of RGB (Red+Green+Blue) = 76+137+155=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C899B is #B37664. Grayscale: #787878. Windows color (decimal): -11761253 or 10193228. OLE color: 10193228.
HSL color Cylindrical-coordinate representation of color #4C899B: hue angle of 193.67º 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 #4C899B is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 137 | 155 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.39 |
| HSL | 193.67º | 0.34% | 0.45% | - |
| HSV(B) | 193.67º | 0.51% | 0.61% | - |
| XYZ | 17.84 | 21.79 | 34.28 | - |
| YUV | 120.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 137 | 155 | 0.51 | 0.12 | 0 | 0.39 | 193.67 | 0.34 | 0.45 |
| Hex | 4C | 89 | 9B | 33 | C | 0 | 27 | C2 | 22 | 2D |
| Octal | 114 | 211 | 233 | 63 | 14 | 0 | 47 | 302 | 42 | 55 |
| Binary | 1001100 | 10001001 | 10011011 | 110011 | 1100 | 0 | 100111 | 11000010 | 100010 | 101101 |
Color Harmonies of #4C899B
Complementary color
Monochromatic Colors of #4C899B
Black with #4C899B
Text Example
Text Example
White with #4C899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C899B; }
p { color: rgb(76,137,155); }
H1.HeaderClassName
{
color: #4C899B;
}
.AnyTagClassName
{
color: #4C899B;
}
</style>
background-color css
<style>
a { background-color: #4C899B; }
a { background-color: rgb(76,137,155); }
div.DivClassName
{
background-color: #4C899B;
}
.BgClassName
{
background-color: #4C899B;
}
</style>
border-color css
<style>
span { border-color: #4C899B; }
span { border-color: rgb(76,137,155); }
td.TdClassName
{
border-color: #4C899B;
}
.TagClassName
{
border-color: #4C899B;
}
</style>