Shades of Hippie Blue #4D8694
Tints of Hippie Blue #4D8694
RGB
CMYK
RGB Variations
Color information
#4D8694 (or 0x4D8694) is known color: Hippie Blue. HEX triplet: 4D, 86 and 94. RGB value is (77,134,148). Sum of RGB (Red+Green+Blue) = 77+134+148=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D8694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8694 is #B2796B. Grayscale: #767676. Windows color (decimal): -11696492 or 9733709. OLE color: 9733709.
HSL color Cylindrical-coordinate representation of color #4D8694: hue angle of 191.83º 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 #4D8694 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 134 | 148 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.42 |
| HSL | 191.83º | 0.32% | 0.44% | - |
| HSV(B) | 191.83º | 0.48% | 0.58% | - |
| XYZ | 16.93 | 20.77 | 31.13 | - |
| YUV | 118.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 148 | 0.48 | 0.09 | 0 | 0.42 | 191.83 | 0.32 | 0.44 |
| Hex | 4D | 86 | 94 | 30 | 9 | 0 | 2A | C0 | 20 | 2C |
| Octal | 115 | 206 | 224 | 60 | 11 | 0 | 52 | 300 | 40 | 54 |
| Binary | 1001101 | 10000110 | 10010100 | 110000 | 1001 | 0 | 101010 | 11000000 | 100000 | 101100 |
Color Harmonies of #4D8694
Complementary color
Monochromatic Colors of #4D8694
Black with #4D8694
Text Example
Text Example
White with #4D8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8694; }
p { color: rgb(77,134,148); }
H1.HeaderClassName
{
color: #4D8694;
}
.AnyTagClassName
{
color: #4D8694;
}
</style>
background-color css
<style>
a { background-color: #4D8694; }
a { background-color: rgb(77,134,148); }
div.DivClassName
{
background-color: #4D8694;
}
.BgClassName
{
background-color: #4D8694;
}
</style>
border-color css
<style>
span { border-color: #4D8694; }
span { border-color: rgb(77,134,148); }
td.TdClassName
{
border-color: #4D8694;
}
.TagClassName
{
border-color: #4D8694;
}
</style>