Shades of Hippie Blue #4D8594
Tints of Hippie Blue #4D8594
RGB
CMYK
RGB Variations
Color information
#4D8594 (or 0x4D8594) is known color: Hippie Blue. HEX triplet: 4D, 85 and 94. RGB value is (77,133,148). Sum of RGB (Red+Green+Blue) = 77+133+148=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D8594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8594 is #B27A6B. Grayscale: #757575. Windows color (decimal): -11696748 or 9733453. OLE color: 9733453.
HSL color Cylindrical-coordinate representation of color #4D8594: hue angle of 192.68º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D8594 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 133 | 148 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.42 |
| HSL | 192.68º | 0.32% | 0.44% | - |
| HSV(B) | 192.68º | 0.48% | 0.58% | - |
| XYZ | 16.79 | 20.49 | 31.09 | - |
| YUV | 117.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 148 | 0.48 | 0.10 | 0 | 0.42 | 192.68 | 0.32 | 0.44 |
| Hex | 4D | 85 | 94 | 30 | A | 0 | 2A | C1 | 20 | 2C |
| Octal | 115 | 205 | 224 | 60 | 12 | 0 | 52 | 301 | 40 | 54 |
| Binary | 1001101 | 10000101 | 10010100 | 110000 | 1010 | 0 | 101010 | 11000001 | 100000 | 101100 |
Color Harmonies of #4D8594
Complementary color
Monochromatic Colors of #4D8594
Black with #4D8594
Text Example
Text Example
White with #4D8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8594; }
p { color: rgb(77,133,148); }
H1.HeaderClassName
{
color: #4D8594;
}
.AnyTagClassName
{
color: #4D8594;
}
</style>
background-color css
<style>
a { background-color: #4D8594; }
a { background-color: rgb(77,133,148); }
div.DivClassName
{
background-color: #4D8594;
}
.BgClassName
{
background-color: #4D8594;
}
</style>
border-color css
<style>
span { border-color: #4D8594; }
span { border-color: rgb(77,133,148); }
td.TdClassName
{
border-color: #4D8594;
}
.TagClassName
{
border-color: #4D8594;
}
</style>