Shades of Hippie Blue #4F89A4
Tints of Hippie Blue #4F89A4
RGB
CMYK
RGB Variations
Color information
#4F89A4 (or 0x4F89A4) is known color: Hippie Blue. HEX triplet: 4F, 89 and A4. RGB value is (79,137,164). Sum of RGB (Red+Green+Blue) = 79+137+164=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #4F89A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F89A4 is #B0765B. Grayscale: #7A7A7A. Windows color (decimal): -11564636 or 10783055. OLE color: 10783055.
HSL color Cylindrical-coordinate representation of color #4F89A4: hue angle of 199.06º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F89A4 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 137 | 164 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.36 |
| HSL | 199.06º | 0.35% | 0.48% | - |
| HSV(B) | 199.06º | 0.52% | 0.64% | - |
| XYZ | 18.87 | 22.23 | 38.42 | - |
| YUV | 122.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 164 | 0.52 | 0.16 | 0 | 0.36 | 199.06 | 0.35 | 0.48 |
| Hex | 4F | 89 | A4 | 34 | 10 | 0 | 24 | C7 | 23 | 30 |
| Octal | 117 | 211 | 244 | 64 | 20 | 0 | 44 | 307 | 43 | 60 |
| Binary | 1001111 | 10001001 | 10100100 | 110100 | 10000 | 0 | 100100 | 11000111 | 100011 | 110000 |
Color Harmonies of #4F89A4
Complementary color
Monochromatic Colors of #4F89A4
Black with #4F89A4
Text Example
Text Example
White with #4F89A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F89A4; }
p { color: rgb(79,137,164); }
H1.HeaderClassName
{
color: #4F89A4;
}
.AnyTagClassName
{
color: #4F89A4;
}
</style>
background-color css
<style>
a { background-color: #4F89A4; }
a { background-color: rgb(79,137,164); }
div.DivClassName
{
background-color: #4F89A4;
}
.BgClassName
{
background-color: #4F89A4;
}
</style>
border-color css
<style>
span { border-color: #4F89A4; }
span { border-color: rgb(79,137,164); }
td.TdClassName
{
border-color: #4F89A4;
}
.TagClassName
{
border-color: #4F89A4;
}
</style>