Shades of Hippie Blue #4D889C
Tints of Hippie Blue #4D889C
RGB
CMYK
RGB Variations
Color information
#4D889C (or 0x4D889C) is known color: Hippie Blue. HEX triplet: 4D, 88 and 9C. RGB value is (77,136,156). Sum of RGB (Red+Green+Blue) = 77+136+156=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D889C is #B27763. Grayscale: #787878. Windows color (decimal): -11695972 or 10258509. OLE color: 10258509.
HSL color Cylindrical-coordinate representation of color #4D889C: hue angle of 195.19º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D889C is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 136 | 156 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.39 |
| HSL | 195.19º | 0.34% | 0.46% | - |
| HSV(B) | 195.19º | 0.51% | 0.61% | - |
| XYZ | 17.87 | 21.59 | 34.68 | - |
| YUV | 120.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 156 | 0.51 | 0.13 | 0 | 0.39 | 195.19 | 0.34 | 0.46 |
| Hex | 4D | 88 | 9C | 33 | D | 0 | 27 | C3 | 22 | 2E |
| Octal | 115 | 210 | 234 | 63 | 15 | 0 | 47 | 303 | 42 | 56 |
| Binary | 1001101 | 10001000 | 10011100 | 110011 | 1101 | 0 | 100111 | 11000011 | 100010 | 101110 |
Color Harmonies of #4D889C
Complementary color
Monochromatic Colors of #4D889C
Black with #4D889C
Text Example
Text Example
White with #4D889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D889C; }
p { color: rgb(77,136,156); }
H1.HeaderClassName
{
color: #4D889C;
}
.AnyTagClassName
{
color: #4D889C;
}
</style>
background-color css
<style>
a { background-color: #4D889C; }
a { background-color: rgb(77,136,156); }
div.DivClassName
{
background-color: #4D889C;
}
.BgClassName
{
background-color: #4D889C;
}
</style>
border-color css
<style>
span { border-color: #4D889C; }
span { border-color: rgb(77,136,156); }
td.TdClassName
{
border-color: #4D889C;
}
.TagClassName
{
border-color: #4D889C;
}
</style>