Shades of Hippie Blue #4C899E
Tints of Hippie Blue #4C899E
RGB
CMYK
RGB Variations
Color information
#4C899E (or 0x4C899E) is known color: Hippie Blue. HEX triplet: 4C, 89 and 9E. RGB value is (76,137,158). Sum of RGB (Red+Green+Blue) = 76+137+158=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C899E is #B37661. Grayscale: #797979. Windows color (decimal): -11761250 or 10389836. OLE color: 10389836.
HSL color Cylindrical-coordinate representation of color #4C899E: hue angle of 195.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C899E is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 137 | 158 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.38 |
| HSL | 195.37º | 0.35% | 0.46% | - |
| HSV(B) | 195.37º | 0.52% | 0.62% | - |
| XYZ | 18.1 | 21.9 | 35.62 | - |
| YUV | 121.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 137 | 158 | 0.52 | 0.13 | 0 | 0.38 | 195.37 | 0.35 | 0.46 |
| Hex | 4C | 89 | 9E | 34 | D | 0 | 26 | C3 | 23 | 2E |
| Octal | 114 | 211 | 236 | 64 | 15 | 0 | 46 | 303 | 43 | 56 |
| Binary | 1001100 | 10001001 | 10011110 | 110100 | 1101 | 0 | 100110 | 11000011 | 100011 | 101110 |
Color Harmonies of #4C899E
Complementary color
Monochromatic Colors of #4C899E
Black with #4C899E
Text Example
Text Example
White with #4C899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C899E; }
p { color: rgb(76,137,158); }
H1.HeaderClassName
{
color: #4C899E;
}
.AnyTagClassName
{
color: #4C899E;
}
</style>
background-color css
<style>
a { background-color: #4C899E; }
a { background-color: rgb(76,137,158); }
div.DivClassName
{
background-color: #4C899E;
}
.BgClassName
{
background-color: #4C899E;
}
</style>
border-color css
<style>
span { border-color: #4C899E; }
span { border-color: rgb(76,137,158); }
td.TdClassName
{
border-color: #4C899E;
}
.TagClassName
{
border-color: #4C899E;
}
</style>