Shades of Hippie Blue #4D85A4
Tints of Hippie Blue #4D85A4
RGB
CMYK
RGB Variations
Color information
#4D85A4 (or 0x4D85A4) is known color: Hippie Blue. HEX triplet: 4D, 85 and A4. RGB value is (77,133,164). Sum of RGB (Red+Green+Blue) = 77+133+164=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D85A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D85A4 is #B27A5B. Grayscale: #777777. Windows color (decimal): -11696732 or 10782029. OLE color: 10782029.
HSL color Cylindrical-coordinate representation of color #4D85A4: hue angle of 201.38º 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 #4D85A4 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 133 | 164 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.36 |
| HSL | 201.38º | 0.36% | 0.47% | - |
| HSV(B) | 201.38º | 0.53% | 0.64% | - |
| XYZ | 18.15 | 21.03 | 38.23 | - |
| YUV | 119.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 164 | 0.53 | 0.19 | 0 | 0.36 | 201.38 | 0.36 | 0.47 |
| Hex | 4D | 85 | A4 | 35 | 13 | 0 | 24 | C9 | 24 | 2F |
| Octal | 115 | 205 | 244 | 65 | 23 | 0 | 44 | 311 | 44 | 57 |
| Binary | 1001101 | 10000101 | 10100100 | 110101 | 10011 | 0 | 100100 | 11001001 | 100100 | 101111 |
Color Harmonies of #4D85A4
Complementary color
Monochromatic Colors of #4D85A4
Black with #4D85A4
Text Example
Text Example
White with #4D85A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85A4; }
p { color: rgb(77,133,164); }
H1.HeaderClassName
{
color: #4D85A4;
}
.AnyTagClassName
{
color: #4D85A4;
}
</style>
background-color css
<style>
a { background-color: #4D85A4; }
a { background-color: rgb(77,133,164); }
div.DivClassName
{
background-color: #4D85A4;
}
.BgClassName
{
background-color: #4D85A4;
}
</style>
border-color css
<style>
span { border-color: #4D85A4; }
span { border-color: rgb(77,133,164); }
td.TdClassName
{
border-color: #4D85A4;
}
.TagClassName
{
border-color: #4D85A4;
}
</style>