Shades of Hippie Blue #4F899B
Tints of Hippie Blue #4F899B
RGB
CMYK
RGB Variations
Color information
#4F899B (or 0x4F899B) is known color: Hippie Blue. HEX triplet: 4F, 89 and 9B. RGB value is (79,137,155). Sum of RGB (Red+Green+Blue) = 79+137+155=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F899B is #B07664. Grayscale: #797979. Windows color (decimal): -11564645 or 10193231. OLE color: 10193231.
HSL color Cylindrical-coordinate representation of color #4F899B: hue angle of 194.21º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F899B is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 137 | 155 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.39 |
| HSL | 194.21º | 0.32% | 0.46% | - |
| HSV(B) | 194.21º | 0.49% | 0.61% | - |
| XYZ | 18.09 | 21.92 | 34.29 | - |
| YUV | 121.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 155 | 0.49 | 0.12 | 0 | 0.39 | 194.21 | 0.32 | 0.46 |
| Hex | 4F | 89 | 9B | 31 | C | 0 | 27 | C2 | 20 | 2E |
| Octal | 117 | 211 | 233 | 61 | 14 | 0 | 47 | 302 | 40 | 56 |
| Binary | 1001111 | 10001001 | 10011011 | 110001 | 1100 | 0 | 100111 | 11000010 | 100000 | 101110 |
Color Harmonies of #4F899B
Complementary color
Monochromatic Colors of #4F899B
Black with #4F899B
Text Example
Text Example
White with #4F899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F899B; }
p { color: rgb(79,137,155); }
H1.HeaderClassName
{
color: #4F899B;
}
.AnyTagClassName
{
color: #4F899B;
}
</style>
background-color css
<style>
a { background-color: #4F899B; }
a { background-color: rgb(79,137,155); }
div.DivClassName
{
background-color: #4F899B;
}
.BgClassName
{
background-color: #4F899B;
}
</style>
border-color css
<style>
span { border-color: #4F899B; }
span { border-color: rgb(79,137,155); }
td.TdClassName
{
border-color: #4F899B;
}
.TagClassName
{
border-color: #4F899B;
}
</style>