Shades of Hippie Blue #4C8499
Tints of Hippie Blue #4C8499
RGB
CMYK
RGB Variations
Color information
#4C8499 (or 0x4C8499) is known color: Hippie Blue. HEX triplet: 4C, 84 and 99. RGB value is (76,132,153). Sum of RGB (Red+Green+Blue) = 76+132+153=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C8499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8499 is #B37B66. Grayscale: #757575. Windows color (decimal): -11762535 or 10060876. OLE color: 10060876.
HSL color Cylindrical-coordinate representation of color #4C8499: hue angle of 196.36º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C8499 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 132 | 153 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.4 |
| HSL | 196.36º | 0.34% | 0.45% | - |
| HSV(B) | 196.36º | 0.5% | 0.6% | - |
| XYZ | 16.98 | 20.34 | 33.17 | - |
| YUV | 117.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 153 | 0.50 | 0.14 | 0 | 0.4 | 196.36 | 0.34 | 0.45 |
| Hex | 4C | 84 | 99 | 32 | E | 0 | 28 | C4 | 22 | 2D |
| Octal | 114 | 204 | 231 | 62 | 16 | 0 | 50 | 304 | 42 | 55 |
| Binary | 1001100 | 10000100 | 10011001 | 110010 | 1110 | 0 | 101000 | 11000100 | 100010 | 101101 |
Color Harmonies of #4C8499
Complementary color
Monochromatic Colors of #4C8499
Black with #4C8499
Text Example
Text Example
White with #4C8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8499; }
p { color: rgb(76,132,153); }
H1.HeaderClassName
{
color: #4C8499;
}
.AnyTagClassName
{
color: #4C8499;
}
</style>
background-color css
<style>
a { background-color: #4C8499; }
a { background-color: rgb(76,132,153); }
div.DivClassName
{
background-color: #4C8499;
}
.BgClassName
{
background-color: #4C8499;
}
</style>
border-color css
<style>
span { border-color: #4C8499; }
span { border-color: rgb(76,132,153); }
td.TdClassName
{
border-color: #4C8499;
}
.TagClassName
{
border-color: #4C8499;
}
</style>