Shades of Hippie Blue #4C8B9B
Tints of Hippie Blue #4C8B9B
RGB
CMYK
RGB Variations
Color information
#4C8B9B (or 0x4C8B9B) is known color: Hippie Blue. HEX triplet: 4C, 8B and 9B. RGB value is (76,139,155). Sum of RGB (Red+Green+Blue) = 76+139+155=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C8B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8B9B is #B37464. Grayscale: #797979. Windows color (decimal): -11760741 or 10193740. OLE color: 10193740.
HSL color Cylindrical-coordinate representation of color #4C8B9B: hue angle of 192.15º 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 #4C8B9B is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 139 | 155 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.39 |
| HSL | 192.15º | 0.34% | 0.45% | - |
| HSV(B) | 192.15º | 0.51% | 0.61% | - |
| XYZ | 18.13 | 22.37 | 34.37 | - |
| YUV | 121.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 155 | 0.51 | 0.10 | 0 | 0.39 | 192.15 | 0.34 | 0.45 |
| Hex | 4C | 8B | 9B | 33 | A | 0 | 27 | C0 | 22 | 2D |
| Octal | 114 | 213 | 233 | 63 | 12 | 0 | 47 | 300 | 42 | 55 |
| Binary | 1001100 | 10001011 | 10011011 | 110011 | 1010 | 0 | 100111 | 11000000 | 100010 | 101101 |
Color Harmonies of #4C8B9B
Complementary color
Monochromatic Colors of #4C8B9B
Black with #4C8B9B
Text Example
Text Example
White with #4C8B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8B9B; }
p { color: rgb(76,139,155); }
H1.HeaderClassName
{
color: #4C8B9B;
}
.AnyTagClassName
{
color: #4C8B9B;
}
</style>
background-color css
<style>
a { background-color: #4C8B9B; }
a { background-color: rgb(76,139,155); }
div.DivClassName
{
background-color: #4C8B9B;
}
.BgClassName
{
background-color: #4C8B9B;
}
</style>
border-color css
<style>
span { border-color: #4C8B9B; }
span { border-color: rgb(76,139,155); }
td.TdClassName
{
border-color: #4C8B9B;
}
.TagClassName
{
border-color: #4C8B9B;
}
</style>