Shades of Hippie Blue #4D8D99
Tints of Hippie Blue #4D8D99
RGB
CMYK
RGB Variations
Color information
#4D8D99 (or 0x4D8D99) is known color: Hippie Blue. HEX triplet: 4D, 8D and 99. RGB value is (77,141,153). Sum of RGB (Red+Green+Blue) = 77+141+153=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D8D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8D99 is #B27266. Grayscale: #7B7B7B. Windows color (decimal): -11694695 or 10063181. OLE color: 10063181.
HSL color Cylindrical-coordinate representation of color #4D8D99: hue angle of 189.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D8D99 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 141 | 153 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.4 |
| HSL | 189.47º | 0.33% | 0.45% | - |
| HSV(B) | 189.47º | 0.5% | 0.6% | - |
| XYZ | 18.34 | 22.93 | 33.6 | - |
| YUV | 123.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 141 | 153 | 0.50 | 0.08 | 0 | 0.4 | 189.47 | 0.33 | 0.45 |
| Hex | 4D | 8D | 99 | 32 | 8 | 0 | 28 | BD | 21 | 2D |
| Octal | 115 | 215 | 231 | 62 | 10 | 0 | 50 | 275 | 41 | 55 |
| Binary | 1001101 | 10001101 | 10011001 | 110010 | 1000 | 0 | 101000 | 10111101 | 100001 | 101101 |
Color Harmonies of #4D8D99
Complementary color
Monochromatic Colors of #4D8D99
Black with #4D8D99
Text Example
Text Example
White with #4D8D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8D99; }
p { color: rgb(77,141,153); }
H1.HeaderClassName
{
color: #4D8D99;
}
.AnyTagClassName
{
color: #4D8D99;
}
</style>
background-color css
<style>
a { background-color: #4D8D99; }
a { background-color: rgb(77,141,153); }
div.DivClassName
{
background-color: #4D8D99;
}
.BgClassName
{
background-color: #4D8D99;
}
</style>
border-color css
<style>
span { border-color: #4D8D99; }
span { border-color: rgb(77,141,153); }
td.TdClassName
{
border-color: #4D8D99;
}
.TagClassName
{
border-color: #4D8D99;
}
</style>