Shades of Hippie Blue #4C8E9B
Tints of Hippie Blue #4C8E9B
RGB
CMYK
RGB Variations
Color information
#4C8E9B (or 0x4C8E9B) is known color: Hippie Blue. HEX triplet: 4C, 8E and 9B. RGB value is (76,142,155). Sum of RGB (Red+Green+Blue) = 76+142+155=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C8E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8E9B is #B37164. Grayscale: #7B7B7B. Windows color (decimal): -11759973 or 10194508. OLE color: 10194508.
HSL color Cylindrical-coordinate representation of color #4C8E9B: hue angle of 189.87º 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 #4C8E9B is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 142 | 155 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.39 |
| HSL | 189.87º | 0.34% | 0.45% | - |
| HSV(B) | 189.87º | 0.51% | 0.61% | - |
| XYZ | 18.57 | 23.25 | 34.52 | - |
| YUV | 123.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 142 | 155 | 0.51 | 0.08 | 0 | 0.39 | 189.87 | 0.34 | 0.45 |
| Hex | 4C | 8E | 9B | 33 | 8 | 0 | 27 | BE | 22 | 2D |
| Octal | 114 | 216 | 233 | 63 | 10 | 0 | 47 | 276 | 42 | 55 |
| Binary | 1001100 | 10001110 | 10011011 | 110011 | 1000 | 0 | 100111 | 10111110 | 100010 | 101101 |
Color Harmonies of #4C8E9B
Complementary color
Monochromatic Colors of #4C8E9B
Black with #4C8E9B
Text Example
Text Example
White with #4C8E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8E9B; }
p { color: rgb(76,142,155); }
H1.HeaderClassName
{
color: #4C8E9B;
}
.AnyTagClassName
{
color: #4C8E9B;
}
</style>
background-color css
<style>
a { background-color: #4C8E9B; }
a { background-color: rgb(76,142,155); }
div.DivClassName
{
background-color: #4C8E9B;
}
.BgClassName
{
background-color: #4C8E9B;
}
</style>
border-color css
<style>
span { border-color: #4C8E9B; }
span { border-color: rgb(76,142,155); }
td.TdClassName
{
border-color: #4C8E9B;
}
.TagClassName
{
border-color: #4C8E9B;
}
</style>