Shades of Hippie Blue #4D8F9C
Tints of Hippie Blue #4D8F9C
RGB
CMYK
RGB Variations
Color information
#4D8F9C (or 0x4D8F9C) is known color: Hippie Blue. HEX triplet: 4D, 8F and 9C. RGB value is (77,143,156). Sum of RGB (Red+Green+Blue) = 77+143+156=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D8F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8F9C is #B27063. Grayscale: #7C7C7C. Windows color (decimal): -11694180 or 10260301. OLE color: 10260301.
HSL color Cylindrical-coordinate representation of color #4D8F9C: hue angle of 189.87º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D8F9C is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 143 | 156 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.39 |
| HSL | 189.87º | 0.34% | 0.46% | - |
| HSV(B) | 189.87º | 0.51% | 0.61% | - |
| XYZ | 18.88 | 23.62 | 35.02 | - |
| YUV | 124.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 156 | 0.51 | 0.08 | 0 | 0.39 | 189.87 | 0.34 | 0.46 |
| Hex | 4D | 8F | 9C | 33 | 8 | 0 | 27 | BE | 22 | 2E |
| Octal | 115 | 217 | 234 | 63 | 10 | 0 | 47 | 276 | 42 | 56 |
| Binary | 1001101 | 10001111 | 10011100 | 110011 | 1000 | 0 | 100111 | 10111110 | 100010 | 101110 |
Color Harmonies of #4D8F9C
Complementary color
Monochromatic Colors of #4D8F9C
Black with #4D8F9C
Text Example
Text Example
White with #4D8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8F9C; }
p { color: rgb(77,143,156); }
H1.HeaderClassName
{
color: #4D8F9C;
}
.AnyTagClassName
{
color: #4D8F9C;
}
</style>
background-color css
<style>
a { background-color: #4D8F9C; }
a { background-color: rgb(77,143,156); }
div.DivClassName
{
background-color: #4D8F9C;
}
.BgClassName
{
background-color: #4D8F9C;
}
</style>
border-color css
<style>
span { border-color: #4D8F9C; }
span { border-color: rgb(77,143,156); }
td.TdClassName
{
border-color: #4D8F9C;
}
.TagClassName
{
border-color: #4D8F9C;
}
</style>