Shades of Hippie Blue #4D919F
Tints of Hippie Blue #4D919F
RGB
CMYK
RGB Variations
Color information
#4D919F (or 0x4D919F) is known color: Hippie Blue. HEX triplet: 4D, 91 and 9F. RGB value is (77,145,159). Sum of RGB (Red+Green+Blue) = 77+145+159=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D919F is #B26E60. Grayscale: #7E7E7E. Windows color (decimal): -11693665 or 10457421. OLE color: 10457421.
HSL color Cylindrical-coordinate representation of color #4D919F: hue angle of 190.24º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D919F is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 145 | 159 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.38 |
| HSL | 190.24º | 0.35% | 0.46% | - |
| HSV(B) | 190.24º | 0.52% | 0.62% | - |
| XYZ | 19.44 | 24.33 | 36.47 | - |
| YUV | 126.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 159 | 0.52 | 0.09 | 0 | 0.38 | 190.24 | 0.35 | 0.46 |
| Hex | 4D | 91 | 9F | 34 | 9 | 0 | 26 | BE | 23 | 2E |
| Octal | 115 | 221 | 237 | 64 | 11 | 0 | 46 | 276 | 43 | 56 |
| Binary | 1001101 | 10010001 | 10011111 | 110100 | 1001 | 0 | 100110 | 10111110 | 100011 | 101110 |
Color Harmonies of #4D919F
Complementary color
Monochromatic Colors of #4D919F
Black with #4D919F
Text Example
Text Example
White with #4D919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D919F; }
p { color: rgb(77,145,159); }
H1.HeaderClassName
{
color: #4D919F;
}
.AnyTagClassName
{
color: #4D919F;
}
</style>
background-color css
<style>
a { background-color: #4D919F; }
a { background-color: rgb(77,145,159); }
div.DivClassName
{
background-color: #4D919F;
}
.BgClassName
{
background-color: #4D919F;
}
</style>
border-color css
<style>
span { border-color: #4D919F; }
span { border-color: rgb(77,145,159); }
td.TdClassName
{
border-color: #4D919F;
}
.TagClassName
{
border-color: #4D919F;
}
</style>