Shades of Hippie Blue #4C7F9D
Tints of Hippie Blue #4C7F9D
RGB
CMYK
RGB Variations
Color information
#4C7F9D (or 0x4C7F9D) is known color: Hippie Blue. HEX triplet: 4C, 7F and 9D. RGB value is (76,127,157). Sum of RGB (Red+Green+Blue) = 76+127+157=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C7F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7F9D is #B38062. Grayscale: #727272. Windows color (decimal): -11763811 or 10321740. OLE color: 10321740.
HSL color Cylindrical-coordinate representation of color #4C7F9D: hue angle of 202.22º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C7F9D is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 127 | 157 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.38 |
| HSL | 202.22º | 0.35% | 0.46% | - |
| HSV(B) | 202.22º | 0.52% | 0.62% | - |
| XYZ | 16.66 | 19.15 | 34.72 | - |
| YUV | 115.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 127 | 157 | 0.52 | 0.19 | 0 | 0.38 | 202.22 | 0.35 | 0.46 |
| Hex | 4C | 7F | 9D | 34 | 13 | 0 | 26 | CA | 23 | 2E |
| Octal | 114 | 177 | 235 | 64 | 23 | 0 | 46 | 312 | 43 | 56 |
| Binary | 1001100 | 1111111 | 10011101 | 110100 | 10011 | 0 | 100110 | 11001010 | 100011 | 101110 |
Color Harmonies of #4C7F9D
Complementary color
Monochromatic Colors of #4C7F9D
Black with #4C7F9D
Text Example
Text Example
White with #4C7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7F9D; }
p { color: rgb(76,127,157); }
H1.HeaderClassName
{
color: #4C7F9D;
}
.AnyTagClassName
{
color: #4C7F9D;
}
</style>
background-color css
<style>
a { background-color: #4C7F9D; }
a { background-color: rgb(76,127,157); }
div.DivClassName
{
background-color: #4C7F9D;
}
.BgClassName
{
background-color: #4C7F9D;
}
</style>
border-color css
<style>
span { border-color: #4C7F9D; }
span { border-color: rgb(76,127,157); }
td.TdClassName
{
border-color: #4C7F9D;
}
.TagClassName
{
border-color: #4C7F9D;
}
</style>