Shades of Hippie Blue #4D849B
Tints of Hippie Blue #4D849B
RGB
CMYK
RGB Variations
Color information
#4D849B (or 0x4D849B) is known color: Hippie Blue. HEX triplet: 4D, 84 and 9B. RGB value is (77,132,155). Sum of RGB (Red+Green+Blue) = 77+132+155=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D849B is #B27B64. Grayscale: #767676. Windows color (decimal): -11696997 or 10191949. OLE color: 10191949.
HSL color Cylindrical-coordinate representation of color #4D849B: hue angle of 197.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D849B is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 132 | 155 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.39 |
| HSL | 197.69º | 0.34% | 0.45% | - |
| HSV(B) | 197.69º | 0.5% | 0.61% | - |
| XYZ | 17.23 | 20.45 | 34.05 | - |
| YUV | 118.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 155 | 0.50 | 0.15 | 0 | 0.39 | 197.69 | 0.34 | 0.45 |
| Hex | 4D | 84 | 9B | 32 | F | 0 | 27 | C6 | 22 | 2D |
| Octal | 115 | 204 | 233 | 62 | 17 | 0 | 47 | 306 | 42 | 55 |
| Binary | 1001101 | 10000100 | 10011011 | 110010 | 1111 | 0 | 100111 | 11000110 | 100010 | 101101 |
Color Harmonies of #4D849B
Complementary color
Monochromatic Colors of #4D849B
Black with #4D849B
Text Example
Text Example
White with #4D849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D849B; }
p { color: rgb(77,132,155); }
H1.HeaderClassName
{
color: #4D849B;
}
.AnyTagClassName
{
color: #4D849B;
}
</style>
background-color css
<style>
a { background-color: #4D849B; }
a { background-color: rgb(77,132,155); }
div.DivClassName
{
background-color: #4D849B;
}
.BgClassName
{
background-color: #4D849B;
}
</style>
border-color css
<style>
span { border-color: #4D849B; }
span { border-color: rgb(77,132,155); }
td.TdClassName
{
border-color: #4D849B;
}
.TagClassName
{
border-color: #4D849B;
}
</style>