Shades of Hippie Blue #4F89A2
Tints of Hippie Blue #4F89A2
RGB
CMYK
RGB Variations
Color information
#4F89A2 (or 0x4F89A2) is known color: Hippie Blue. HEX triplet: 4F, 89 and A2. RGB value is (79,137,162). Sum of RGB (Red+Green+Blue) = 79+137+162=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F89A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F89A2 is #B0765D. Grayscale: #7A7A7A. Windows color (decimal): -11564638 or 10651983. OLE color: 10651983.
HSL color Cylindrical-coordinate representation of color #4F89A2: hue angle of 198.07º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F89A2 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 137 | 162 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.36 |
| HSL | 198.07º | 0.34% | 0.47% | - |
| HSV(B) | 198.07º | 0.51% | 0.64% | - |
| XYZ | 18.69 | 22.16 | 37.48 | - |
| YUV | 122.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 162 | 0.51 | 0.15 | 0 | 0.36 | 198.07 | 0.34 | 0.47 |
| Hex | 4F | 89 | A2 | 33 | F | 0 | 24 | C6 | 22 | 2F |
| Octal | 117 | 211 | 242 | 63 | 17 | 0 | 44 | 306 | 42 | 57 |
| Binary | 1001111 | 10001001 | 10100010 | 110011 | 1111 | 0 | 100100 | 11000110 | 100010 | 101111 |
Color Harmonies of #4F89A2
Complementary color
Monochromatic Colors of #4F89A2
Black with #4F89A2
Text Example
Text Example
White with #4F89A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F89A2; }
p { color: rgb(79,137,162); }
H1.HeaderClassName
{
color: #4F89A2;
}
.AnyTagClassName
{
color: #4F89A2;
}
</style>
background-color css
<style>
a { background-color: #4F89A2; }
a { background-color: rgb(79,137,162); }
div.DivClassName
{
background-color: #4F89A2;
}
.BgClassName
{
background-color: #4F89A2;
}
</style>
border-color css
<style>
span { border-color: #4F89A2; }
span { border-color: rgb(79,137,162); }
td.TdClassName
{
border-color: #4F89A2;
}
.TagClassName
{
border-color: #4F89A2;
}
</style>