Shades of Hippie Blue #4D839D
Tints of Hippie Blue #4D839D
RGB
CMYK
RGB Variations
Color information
#4D839D (or 0x4D839D) is known color: Hippie Blue. HEX triplet: 4D, 83 and 9D. RGB value is (77,131,157). Sum of RGB (Red+Green+Blue) = 77+131+157=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D839D is #B27C62. Grayscale: #757575. Windows color (decimal): -11697251 or 10322765. OLE color: 10322765.
HSL color Cylindrical-coordinate representation of color #4D839D: hue angle of 199.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D839D is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 131 | 157 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.38 |
| HSL | 199.5º | 0.34% | 0.46% | - |
| HSV(B) | 199.5º | 0.51% | 0.62% | - |
| XYZ | 17.26 | 20.24 | 34.9 | - |
| YUV | 117.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 131 | 157 | 0.51 | 0.17 | 0 | 0.38 | 199.5 | 0.34 | 0.46 |
| Hex | 4D | 83 | 9D | 33 | 11 | 0 | 26 | C8 | 22 | 2E |
| Octal | 115 | 203 | 235 | 63 | 21 | 0 | 46 | 310 | 42 | 56 |
| Binary | 1001101 | 10000011 | 10011101 | 110011 | 10001 | 0 | 100110 | 11001000 | 100010 | 101110 |
Color Harmonies of #4D839D
Complementary color
Monochromatic Colors of #4D839D
Black with #4D839D
Text Example
Text Example
White with #4D839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D839D; }
p { color: rgb(77,131,157); }
H1.HeaderClassName
{
color: #4D839D;
}
.AnyTagClassName
{
color: #4D839D;
}
</style>
background-color css
<style>
a { background-color: #4D839D; }
a { background-color: rgb(77,131,157); }
div.DivClassName
{
background-color: #4D839D;
}
.BgClassName
{
background-color: #4D839D;
}
</style>
border-color css
<style>
span { border-color: #4D839D; }
span { border-color: rgb(77,131,157); }
td.TdClassName
{
border-color: #4D839D;
}
.TagClassName
{
border-color: #4D839D;
}
</style>