Shades of Hippie Blue #4D8F9B
Tints of Hippie Blue #4D8F9B
RGB
CMYK
RGB Variations
Color information
#4D8F9B (or 0x4D8F9B) is known color: Hippie Blue. HEX triplet: 4D, 8F and 9B. RGB value is (77,143,155). Sum of RGB (Red+Green+Blue) = 77+143+155=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D8F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8F9B is #B27064. Grayscale: #7C7C7C. Windows color (decimal): -11694181 or 10194765. OLE color: 10194765.
HSL color Cylindrical-coordinate representation of color #4D8F9B: hue angle of 189.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D8F9B is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 143 | 155 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.39 |
| HSL | 189.23º | 0.34% | 0.45% | - |
| HSV(B) | 189.23º | 0.5% | 0.61% | - |
| XYZ | 18.8 | 23.59 | 34.57 | - |
| YUV | 124.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 155 | 0.50 | 0.08 | 0 | 0.39 | 189.23 | 0.34 | 0.45 |
| Hex | 4D | 8F | 9B | 32 | 8 | 0 | 27 | BD | 22 | 2D |
| Octal | 115 | 217 | 233 | 62 | 10 | 0 | 47 | 275 | 42 | 55 |
| Binary | 1001101 | 10001111 | 10011011 | 110010 | 1000 | 0 | 100111 | 10111101 | 100010 | 101101 |
Color Harmonies of #4D8F9B
Complementary color
Monochromatic Colors of #4D8F9B
Black with #4D8F9B
Text Example
Text Example
White with #4D8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8F9B; }
p { color: rgb(77,143,155); }
H1.HeaderClassName
{
color: #4D8F9B;
}
.AnyTagClassName
{
color: #4D8F9B;
}
</style>
background-color css
<style>
a { background-color: #4D8F9B; }
a { background-color: rgb(77,143,155); }
div.DivClassName
{
background-color: #4D8F9B;
}
.BgClassName
{
background-color: #4D8F9B;
}
</style>
border-color css
<style>
span { border-color: #4D8F9B; }
span { border-color: rgb(77,143,155); }
td.TdClassName
{
border-color: #4D8F9B;
}
.TagClassName
{
border-color: #4D8F9B;
}
</style>