Shades of Hippie Blue #4D8593
Tints of Hippie Blue #4D8593
RGB
CMYK
RGB Variations
Color information
#4D8593 (or 0x4D8593) is known color: Hippie Blue. HEX triplet: 4D, 85 and 93. RGB value is (77,133,147). Sum of RGB (Red+Green+Blue) = 77+133+147=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D8593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8593 is #B27A6C. Grayscale: #757575. Windows color (decimal): -11696749 or 9667917. OLE color: 9667917.
HSL color Cylindrical-coordinate representation of color #4D8593: hue angle of 192º degrees, saturation: 0.31, 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 #4D8593 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 133 | 147 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.42 |
| HSL | 192º | 0.31% | 0.44% | - |
| HSV(B) | 192º | 0.48% | 0.58% | - |
| XYZ | 16.71 | 20.46 | 30.67 | - |
| YUV | 117.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 147 | 0.48 | 0.10 | 0 | 0.42 | 192 | 0.31 | 0.44 |
| Hex | 4D | 85 | 93 | 30 | A | 0 | 2A | C0 | 1F | 2C |
| Octal | 115 | 205 | 223 | 60 | 12 | 0 | 52 | 300 | 37 | 54 |
| Binary | 1001101 | 10000101 | 10010011 | 110000 | 1010 | 0 | 101010 | 11000000 | 11111 | 101100 |
Color Harmonies of #4D8593
Complementary color
Monochromatic Colors of #4D8593
Black with #4D8593
Text Example
Text Example
White with #4D8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8593; }
p { color: rgb(77,133,147); }
H1.HeaderClassName
{
color: #4D8593;
}
.AnyTagClassName
{
color: #4D8593;
}
</style>
background-color css
<style>
a { background-color: #4D8593; }
a { background-color: rgb(77,133,147); }
div.DivClassName
{
background-color: #4D8593;
}
.BgClassName
{
background-color: #4D8593;
}
</style>
border-color css
<style>
span { border-color: #4D8593; }
span { border-color: rgb(77,133,147); }
td.TdClassName
{
border-color: #4D8593;
}
.TagClassName
{
border-color: #4D8593;
}
</style>