Shades of Hippie Blue #4C8997
Tints of Hippie Blue #4C8997
RGB
CMYK
RGB Variations
Color information
#4C8997 (or 0x4C8997) is known color: Hippie Blue. HEX triplet: 4C, 89 and 97. RGB value is (76,137,151). Sum of RGB (Red+Green+Blue) = 76+137+151=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #4C8997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8997 is #B37668. Grayscale: #787878. Windows color (decimal): -11761257 or 9931084. OLE color: 9931084.
HSL color Cylindrical-coordinate representation of color #4C8997: hue angle of 191.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C8997 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 137 | 151 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.41 |
| HSL | 191.2º | 0.33% | 0.45% | - |
| HSV(B) | 191.2º | 0.5% | 0.59% | - |
| XYZ | 17.51 | 21.66 | 32.54 | - |
| YUV | 120.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 137 | 151 | 0.50 | 0.09 | 0 | 0.41 | 191.2 | 0.33 | 0.45 |
| Hex | 4C | 89 | 97 | 32 | 9 | 0 | 29 | BF | 21 | 2D |
| Octal | 114 | 211 | 227 | 62 | 11 | 0 | 51 | 277 | 41 | 55 |
| Binary | 1001100 | 10001001 | 10010111 | 110010 | 1001 | 0 | 101001 | 10111111 | 100001 | 101101 |
Color Harmonies of #4C8997
Complementary color
Monochromatic Colors of #4C8997
Black with #4C8997
Text Example
Text Example
White with #4C8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8997; }
p { color: rgb(76,137,151); }
H1.HeaderClassName
{
color: #4C8997;
}
.AnyTagClassName
{
color: #4C8997;
}
</style>
background-color css
<style>
a { background-color: #4C8997; }
a { background-color: rgb(76,137,151); }
div.DivClassName
{
background-color: #4C8997;
}
.BgClassName
{
background-color: #4C8997;
}
</style>
border-color css
<style>
span { border-color: #4C8997; }
span { border-color: rgb(76,137,151); }
td.TdClassName
{
border-color: #4C8997;
}
.TagClassName
{
border-color: #4C8997;
}
</style>