Shades of Hippie Blue #4D8993
Tints of Hippie Blue #4D8993
RGB
CMYK
RGB Variations
Color information
#4D8993 (or 0x4D8993) is known color: Hippie Blue. HEX triplet: 4D, 89 and 93. RGB value is (77,137,147). Sum of RGB (Red+Green+Blue) = 77+137+147=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D8993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8993 is #B2766C. Grayscale: #787878. Windows color (decimal): -11695725 or 9668941. OLE color: 9668941.
HSL color Cylindrical-coordinate representation of color #4D8993: hue angle of 188.57º 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 #4D8993 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 137 | 147 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.42 |
| HSL | 188.57º | 0.31% | 0.44% | - |
| HSV(B) | 188.57º | 0.48% | 0.58% | - |
| XYZ | 17.27 | 21.58 | 30.86 | - |
| YUV | 120.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 147 | 0.48 | 0.07 | 0 | 0.42 | 188.57 | 0.31 | 0.44 |
| Hex | 4D | 89 | 93 | 30 | 7 | 0 | 2A | BD | 1F | 2C |
| Octal | 115 | 211 | 223 | 60 | 7 | 0 | 52 | 275 | 37 | 54 |
| Binary | 1001101 | 10001001 | 10010011 | 110000 | 111 | 0 | 101010 | 10111101 | 11111 | 101100 |
Color Harmonies of #4D8993
Complementary color
Monochromatic Colors of #4D8993
Black with #4D8993
Text Example
Text Example
White with #4D8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8993; }
p { color: rgb(77,137,147); }
H1.HeaderClassName
{
color: #4D8993;
}
.AnyTagClassName
{
color: #4D8993;
}
</style>
background-color css
<style>
a { background-color: #4D8993; }
a { background-color: rgb(77,137,147); }
div.DivClassName
{
background-color: #4D8993;
}
.BgClassName
{
background-color: #4D8993;
}
</style>
border-color css
<style>
span { border-color: #4D8993; }
span { border-color: rgb(77,137,147); }
td.TdClassName
{
border-color: #4D8993;
}
.TagClassName
{
border-color: #4D8993;
}
</style>