Shades of Hippie Blue #4D8695
Tints of Hippie Blue #4D8695
RGB
CMYK
RGB Variations
Color information
#4D8695 (or 0x4D8695) is known color: Hippie Blue. HEX triplet: 4D, 86 and 95. RGB value is (77,134,149). Sum of RGB (Red+Green+Blue) = 77+134+149=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D8695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8695 is #B2796A. Grayscale: #767676. Windows color (decimal): -11696491 or 9799245. OLE color: 9799245.
HSL color Cylindrical-coordinate representation of color #4D8695: hue angle of 192.5º 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 #4D8695 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 134 | 149 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.42 |
| HSL | 192.5º | 0.32% | 0.44% | - |
| HSV(B) | 192.5º | 0.48% | 0.58% | - |
| XYZ | 17.01 | 20.8 | 31.55 | - |
| YUV | 118.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 149 | 0.48 | 0.10 | 0 | 0.42 | 192.5 | 0.32 | 0.44 |
| Hex | 4D | 86 | 95 | 30 | A | 0 | 2A | C0 | 20 | 2C |
| Octal | 115 | 206 | 225 | 60 | 12 | 0 | 52 | 300 | 40 | 54 |
| Binary | 1001101 | 10000110 | 10010101 | 110000 | 1010 | 0 | 101010 | 11000000 | 100000 | 101100 |
Color Harmonies of #4D8695
Complementary color
Monochromatic Colors of #4D8695
Black with #4D8695
Text Example
Text Example
White with #4D8695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8695; }
p { color: rgb(77,134,149); }
H1.HeaderClassName
{
color: #4D8695;
}
.AnyTagClassName
{
color: #4D8695;
}
</style>
background-color css
<style>
a { background-color: #4D8695; }
a { background-color: rgb(77,134,149); }
div.DivClassName
{
background-color: #4D8695;
}
.BgClassName
{
background-color: #4D8695;
}
</style>
border-color css
<style>
span { border-color: #4D8695; }
span { border-color: rgb(77,134,149); }
td.TdClassName
{
border-color: #4D8695;
}
.TagClassName
{
border-color: #4D8695;
}
</style>