Shades of Hippie Blue #4D919C
Tints of Hippie Blue #4D919C
RGB
CMYK
RGB Variations
Color information
#4D919C (or 0x4D919C) is known color: Hippie Blue. HEX triplet: 4D, 91 and 9C. RGB value is (77,145,156). Sum of RGB (Red+Green+Blue) = 77+145+156=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D919C is #B26E63. Grayscale: #7D7D7D. Windows color (decimal): -11693668 or 10260813. OLE color: 10260813.
HSL color Cylindrical-coordinate representation of color #4D919C: hue angle of 188.35º 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 #4D919C is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 145 | 156 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.39 |
| HSL | 188.35º | 0.34% | 0.46% | - |
| HSV(B) | 188.35º | 0.51% | 0.61% | - |
| XYZ | 19.19 | 24.23 | 35.12 | - |
| YUV | 125.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 156 | 0.51 | 0.07 | 0 | 0.39 | 188.35 | 0.34 | 0.46 |
| Hex | 4D | 91 | 9C | 33 | 7 | 0 | 27 | BC | 22 | 2E |
| Octal | 115 | 221 | 234 | 63 | 7 | 0 | 47 | 274 | 42 | 56 |
| Binary | 1001101 | 10010001 | 10011100 | 110011 | 111 | 0 | 100111 | 10111100 | 100010 | 101110 |
Color Harmonies of #4D919C
Complementary color
Monochromatic Colors of #4D919C
Black with #4D919C
Text Example
Text Example
White with #4D919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D919C; }
p { color: rgb(77,145,156); }
H1.HeaderClassName
{
color: #4D919C;
}
.AnyTagClassName
{
color: #4D919C;
}
</style>
background-color css
<style>
a { background-color: #4D919C; }
a { background-color: rgb(77,145,156); }
div.DivClassName
{
background-color: #4D919C;
}
.BgClassName
{
background-color: #4D919C;
}
</style>
border-color css
<style>
span { border-color: #4D919C; }
span { border-color: rgb(77,145,156); }
td.TdClassName
{
border-color: #4D919C;
}
.TagClassName
{
border-color: #4D919C;
}
</style>