Shades of Hippie Blue #4D8892
Tints of Hippie Blue #4D8892
RGB
CMYK
RGB Variations
Color information
#4D8892 (or 0x4D8892) is known color: Hippie Blue. HEX triplet: 4D, 88 and 92. RGB value is (77,136,146). Sum of RGB (Red+Green+Blue) = 77+136+146=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D8892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8892 is #B2776D. Grayscale: #777777. Windows color (decimal): -11695982 or 9603149. OLE color: 9603149.
HSL color Cylindrical-coordinate representation of color #4D8892: hue angle of 188.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D8892 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 136 | 146 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.43 |
| HSL | 188.7º | 0.31% | 0.44% | - |
| HSV(B) | 188.7º | 0.47% | 0.57% | - |
| XYZ | 17.05 | 21.26 | 30.4 | - |
| YUV | 119.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 146 | 0.47 | 0.07 | 0 | 0.43 | 188.7 | 0.31 | 0.44 |
| Hex | 4D | 88 | 92 | 2F | 7 | 0 | 2B | BD | 1F | 2C |
| Octal | 115 | 210 | 222 | 57 | 7 | 0 | 53 | 275 | 37 | 54 |
| Binary | 1001101 | 10001000 | 10010010 | 101111 | 111 | 0 | 101011 | 10111101 | 11111 | 101100 |
Color Harmonies of #4D8892
Complementary color
Monochromatic Colors of #4D8892
Black with #4D8892
Text Example
Text Example
White with #4D8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8892; }
p { color: rgb(77,136,146); }
H1.HeaderClassName
{
color: #4D8892;
}
.AnyTagClassName
{
color: #4D8892;
}
</style>
background-color css
<style>
a { background-color: #4D8892; }
a { background-color: rgb(77,136,146); }
div.DivClassName
{
background-color: #4D8892;
}
.BgClassName
{
background-color: #4D8892;
}
</style>
border-color css
<style>
span { border-color: #4D8892; }
span { border-color: rgb(77,136,146); }
td.TdClassName
{
border-color: #4D8892;
}
.TagClassName
{
border-color: #4D8892;
}
</style>