Shades of Hippie Blue #4D859D
Tints of Hippie Blue #4D859D
RGB
CMYK
RGB Variations
Color information
#4D859D (or 0x4D859D) is known color: Hippie Blue. HEX triplet: 4D, 85 and 9D. RGB value is (77,133,157). Sum of RGB (Red+Green+Blue) = 77+133+157=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D859D is #B27A62. Grayscale: #767676. Windows color (decimal): -11696739 or 10323277. OLE color: 10323277.
HSL color Cylindrical-coordinate representation of color #4D859D: hue angle of 198º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D859D is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 133 | 157 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.38 |
| HSL | 198º | 0.34% | 0.46% | - |
| HSV(B) | 198º | 0.51% | 0.62% | - |
| XYZ | 17.53 | 20.79 | 34.99 | - |
| YUV | 118.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 157 | 0.51 | 0.15 | 0 | 0.38 | 198 | 0.34 | 0.46 |
| Hex | 4D | 85 | 9D | 33 | F | 0 | 26 | C6 | 22 | 2E |
| Octal | 115 | 205 | 235 | 63 | 17 | 0 | 46 | 306 | 42 | 56 |
| Binary | 1001101 | 10000101 | 10011101 | 110011 | 1111 | 0 | 100110 | 11000110 | 100010 | 101110 |
Color Harmonies of #4D859D
Complementary color
Monochromatic Colors of #4D859D
Black with #4D859D
Text Example
Text Example
White with #4D859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D859D; }
p { color: rgb(77,133,157); }
H1.HeaderClassName
{
color: #4D859D;
}
.AnyTagClassName
{
color: #4D859D;
}
</style>
background-color css
<style>
a { background-color: #4D859D; }
a { background-color: rgb(77,133,157); }
div.DivClassName
{
background-color: #4D859D;
}
.BgClassName
{
background-color: #4D859D;
}
</style>
border-color css
<style>
span { border-color: #4D859D; }
span { border-color: rgb(77,133,157); }
td.TdClassName
{
border-color: #4D859D;
}
.TagClassName
{
border-color: #4D859D;
}
</style>