Shades of Hippie Blue #4D909E
Tints of Hippie Blue #4D909E
RGB
CMYK
RGB Variations
Color information
#4D909E (or 0x4D909E) is known color: Hippie Blue. HEX triplet: 4D, 90 and 9E. RGB value is (77,144,158). Sum of RGB (Red+Green+Blue) = 77+144+158=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D909E is #B26F61. Grayscale: #7D7D7D. Windows color (decimal): -11693922 or 10391629. OLE color: 10391629.
HSL color Cylindrical-coordinate representation of color #4D909E: hue angle of 190.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D909E is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 144 | 158 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.38 |
| HSL | 190.37º | 0.34% | 0.46% | - |
| HSV(B) | 190.37º | 0.51% | 0.62% | - |
| XYZ | 19.21 | 23.99 | 35.97 | - |
| YUV | 125.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 158 | 0.51 | 0.09 | 0 | 0.38 | 190.37 | 0.34 | 0.46 |
| Hex | 4D | 90 | 9E | 33 | 9 | 0 | 26 | BE | 22 | 2E |
| Octal | 115 | 220 | 236 | 63 | 11 | 0 | 46 | 276 | 42 | 56 |
| Binary | 1001101 | 10010000 | 10011110 | 110011 | 1001 | 0 | 100110 | 10111110 | 100010 | 101110 |
Color Harmonies of #4D909E
Complementary color
Monochromatic Colors of #4D909E
Black with #4D909E
Text Example
Text Example
White with #4D909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D909E; }
p { color: rgb(77,144,158); }
H1.HeaderClassName
{
color: #4D909E;
}
.AnyTagClassName
{
color: #4D909E;
}
</style>
background-color css
<style>
a { background-color: #4D909E; }
a { background-color: rgb(77,144,158); }
div.DivClassName
{
background-color: #4D909E;
}
.BgClassName
{
background-color: #4D909E;
}
</style>
border-color css
<style>
span { border-color: #4D909E; }
span { border-color: rgb(77,144,158); }
td.TdClassName
{
border-color: #4D909E;
}
.TagClassName
{
border-color: #4D909E;
}
</style>