Shades of Hippie Blue #4C8793
Tints of Hippie Blue #4C8793
RGB
CMYK
RGB Variations
Color information
#4C8793 (or 0x4C8793) is known color: Hippie Blue. HEX triplet: 4C, 87 and 93. RGB value is (76,135,147). Sum of RGB (Red+Green+Blue) = 76+135+147=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C8793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8793 is #B3786C. Grayscale: #767676. Windows color (decimal): -11761773 or 9668428. OLE color: 9668428.
HSL color Cylindrical-coordinate representation of color #4C8793: hue angle of 190.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C8793 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 135 | 147 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.42 |
| HSL | 190.14º | 0.32% | 0.44% | - |
| HSV(B) | 190.14º | 0.48% | 0.58% | - |
| XYZ | 16.91 | 20.97 | 30.76 | - |
| YUV | 118.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 135 | 147 | 0.48 | 0.08 | 0 | 0.42 | 190.14 | 0.32 | 0.44 |
| Hex | 4C | 87 | 93 | 30 | 8 | 0 | 2A | BE | 20 | 2C |
| Octal | 114 | 207 | 223 | 60 | 10 | 0 | 52 | 276 | 40 | 54 |
| Binary | 1001100 | 10000111 | 10010011 | 110000 | 1000 | 0 | 101010 | 10111110 | 100000 | 101100 |
Color Harmonies of #4C8793
Complementary color
Monochromatic Colors of #4C8793
Black with #4C8793
Text Example
Text Example
White with #4C8793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8793; }
p { color: rgb(76,135,147); }
H1.HeaderClassName
{
color: #4C8793;
}
.AnyTagClassName
{
color: #4C8793;
}
</style>
background-color css
<style>
a { background-color: #4C8793; }
a { background-color: rgb(76,135,147); }
div.DivClassName
{
background-color: #4C8793;
}
.BgClassName
{
background-color: #4C8793;
}
</style>
border-color css
<style>
span { border-color: #4C8793; }
span { border-color: rgb(76,135,147); }
td.TdClassName
{
border-color: #4C8793;
}
.TagClassName
{
border-color: #4C8793;
}
</style>