Shades of Hippie Blue #4D879F
Tints of Hippie Blue #4D879F
RGB
CMYK
RGB Variations
Color information
#4D879F (or 0x4D879F) is known color: Hippie Blue. HEX triplet: 4D, 87 and 9F. RGB value is (77,135,159). Sum of RGB (Red+Green+Blue) = 77+135+159=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D879F is #B27860. Grayscale: #787878. Windows color (decimal): -11696225 or 10454861. OLE color: 10454861.
HSL color Cylindrical-coordinate representation of color #4D879F: hue angle of 197.56º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D879F is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 135 | 159 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.38 |
| HSL | 197.56º | 0.35% | 0.46% | - |
| HSV(B) | 197.56º | 0.52% | 0.62% | - |
| XYZ | 17.98 | 21.41 | 35.99 | - |
| YUV | 120.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 159 | 0.52 | 0.15 | 0 | 0.38 | 197.56 | 0.35 | 0.46 |
| Hex | 4D | 87 | 9F | 34 | F | 0 | 26 | C6 | 23 | 2E |
| Octal | 115 | 207 | 237 | 64 | 17 | 0 | 46 | 306 | 43 | 56 |
| Binary | 1001101 | 10000111 | 10011111 | 110100 | 1111 | 0 | 100110 | 11000110 | 100011 | 101110 |
Color Harmonies of #4D879F
Complementary color
Monochromatic Colors of #4D879F
Black with #4D879F
Text Example
Text Example
White with #4D879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D879F; }
p { color: rgb(77,135,159); }
H1.HeaderClassName
{
color: #4D879F;
}
.AnyTagClassName
{
color: #4D879F;
}
</style>
background-color css
<style>
a { background-color: #4D879F; }
a { background-color: rgb(77,135,159); }
div.DivClassName
{
background-color: #4D879F;
}
.BgClassName
{
background-color: #4D879F;
}
</style>
border-color css
<style>
span { border-color: #4D879F; }
span { border-color: rgb(77,135,159); }
td.TdClassName
{
border-color: #4D879F;
}
.TagClassName
{
border-color: #4D879F;
}
</style>