Shades of Hippie Blue #4D92A4
Tints of Hippie Blue #4D92A4
RGB
CMYK
RGB Variations
Color information
#4D92A4 (or 0x4D92A4) is known color: Hippie Blue. HEX triplet: 4D, 92 and A4. RGB value is (77,146,164). Sum of RGB (Red+Green+Blue) = 77+146+164=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D92A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D92A4 is #B26D5B. Grayscale: #7F7F7F. Windows color (decimal): -11693404 or 10785357. OLE color: 10785357.
HSL color Cylindrical-coordinate representation of color #4D92A4: hue angle of 192.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D92A4 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 146 | 164 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.36 |
| HSL | 192.41º | 0.36% | 0.47% | - |
| HSV(B) | 192.41º | 0.53% | 0.64% | - |
| XYZ | 20.04 | 24.82 | 38.86 | - |
| YUV | 127.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 164 | 0.53 | 0.11 | 0 | 0.36 | 192.41 | 0.36 | 0.47 |
| Hex | 4D | 92 | A4 | 35 | B | 0 | 24 | C0 | 24 | 2F |
| Octal | 115 | 222 | 244 | 65 | 13 | 0 | 44 | 300 | 44 | 57 |
| Binary | 1001101 | 10010010 | 10100100 | 110101 | 1011 | 0 | 100100 | 11000000 | 100100 | 101111 |
Color Harmonies of #4D92A4
Complementary color
Monochromatic Colors of #4D92A4
Black with #4D92A4
Text Example
Text Example
White with #4D92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D92A4; }
p { color: rgb(77,146,164); }
H1.HeaderClassName
{
color: #4D92A4;
}
.AnyTagClassName
{
color: #4D92A4;
}
</style>
background-color css
<style>
a { background-color: #4D92A4; }
a { background-color: rgb(77,146,164); }
div.DivClassName
{
background-color: #4D92A4;
}
.BgClassName
{
background-color: #4D92A4;
}
</style>
border-color css
<style>
span { border-color: #4D92A4; }
span { border-color: rgb(77,146,164); }
td.TdClassName
{
border-color: #4D92A4;
}
.TagClassName
{
border-color: #4D92A4;
}
</style>