Shades of Hippie Blue #4D8893
Tints of Hippie Blue #4D8893
RGB
CMYK
RGB Variations
Color information
#4D8893 (or 0x4D8893) is known color: Hippie Blue. HEX triplet: 4D, 88 and 93. RGB value is (77,136,147). Sum of RGB (Red+Green+Blue) = 77+136+147=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D8893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8893 is #B2776C. Grayscale: #777777. Windows color (decimal): -11695981 or 9668685. OLE color: 9668685.
HSL color Cylindrical-coordinate representation of color #4D8893: hue angle of 189.43º 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 #4D8893 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 136 | 147 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.42 |
| HSL | 189.43º | 0.31% | 0.44% | - |
| HSV(B) | 189.43º | 0.48% | 0.58% | - |
| XYZ | 17.13 | 21.29 | 30.81 | - |
| YUV | 119.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 147 | 0.48 | 0.07 | 0 | 0.42 | 189.43 | 0.31 | 0.44 |
| Hex | 4D | 88 | 93 | 30 | 7 | 0 | 2A | BD | 1F | 2C |
| Octal | 115 | 210 | 223 | 60 | 7 | 0 | 52 | 275 | 37 | 54 |
| Binary | 1001101 | 10001000 | 10010011 | 110000 | 111 | 0 | 101010 | 10111101 | 11111 | 101100 |
Color Harmonies of #4D8893
Complementary color
Monochromatic Colors of #4D8893
Black with #4D8893
Text Example
Text Example
White with #4D8893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8893; }
p { color: rgb(77,136,147); }
H1.HeaderClassName
{
color: #4D8893;
}
.AnyTagClassName
{
color: #4D8893;
}
</style>
background-color css
<style>
a { background-color: #4D8893; }
a { background-color: rgb(77,136,147); }
div.DivClassName
{
background-color: #4D8893;
}
.BgClassName
{
background-color: #4D8893;
}
</style>
border-color css
<style>
span { border-color: #4D8893; }
span { border-color: rgb(77,136,147); }
td.TdClassName
{
border-color: #4D8893;
}
.TagClassName
{
border-color: #4D8893;
}
</style>