Shades of Hippie Blue #4D7FA1
Tints of Hippie Blue #4D7FA1
RGB
CMYK
RGB Variations
Color information
#4D7FA1 (or 0x4D7FA1) is known color: Hippie Blue. HEX triplet: 4D, 7F and A1. RGB value is (77,127,161). Sum of RGB (Red+Green+Blue) = 77+127+161=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #4D7FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7FA1 is #B2805E. Grayscale: #737373. Windows color (decimal): -11698271 or 10583885. OLE color: 10583885.
HSL color Cylindrical-coordinate representation of color #4D7FA1: hue angle of 204.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D7FA1 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 127 | 161 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.37 |
| HSL | 204.29º | 0.35% | 0.47% | - |
| HSV(B) | 204.29º | 0.52% | 0.63% | - |
| XYZ | 17.08 | 19.33 | 36.55 | - |
| YUV | 115.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 161 | 0.52 | 0.21 | 0 | 0.37 | 204.29 | 0.35 | 0.47 |
| Hex | 4D | 7F | A1 | 34 | 15 | 0 | 25 | CC | 23 | 2F |
| Octal | 115 | 177 | 241 | 64 | 25 | 0 | 45 | 314 | 43 | 57 |
| Binary | 1001101 | 1111111 | 10100001 | 110100 | 10101 | 0 | 100101 | 11001100 | 100011 | 101111 |
Color Harmonies of #4D7FA1
Complementary color
Monochromatic Colors of #4D7FA1
Black with #4D7FA1
Text Example
Text Example
White with #4D7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7FA1; }
p { color: rgb(77,127,161); }
H1.HeaderClassName
{
color: #4D7FA1;
}
.AnyTagClassName
{
color: #4D7FA1;
}
</style>
background-color css
<style>
a { background-color: #4D7FA1; }
a { background-color: rgb(77,127,161); }
div.DivClassName
{
background-color: #4D7FA1;
}
.BgClassName
{
background-color: #4D7FA1;
}
</style>
border-color css
<style>
span { border-color: #4D7FA1; }
span { border-color: rgb(77,127,161); }
td.TdClassName
{
border-color: #4D7FA1;
}
.TagClassName
{
border-color: #4D7FA1;
}
</style>