Shades of Hippie Blue #4F839F
Tints of Hippie Blue #4F839F
RGB
CMYK
RGB Variations
Color information
#4F839F (or 0x4F839F) is known color: Hippie Blue. HEX triplet: 4F, 83 and 9F. RGB value is (79,131,159). Sum of RGB (Red+Green+Blue) = 79+131+159=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F839F is #B07C60. Grayscale: #767676. Windows color (decimal): -11566177 or 10453839. OLE color: 10453839.
HSL color Cylindrical-coordinate representation of color #4F839F: hue angle of 201º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F839F is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 131 | 159 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.38 |
| HSL | 201º | 0.34% | 0.47% | - |
| HSV(B) | 201º | 0.5% | 0.62% | - |
| XYZ | 17.6 | 20.4 | 35.81 | - |
| YUV | 118.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 159 | 0.50 | 0.18 | 0 | 0.38 | 201 | 0.34 | 0.47 |
| Hex | 4F | 83 | 9F | 32 | 12 | 0 | 26 | C9 | 22 | 2F |
| Octal | 117 | 203 | 237 | 62 | 22 | 0 | 46 | 311 | 42 | 57 |
| Binary | 1001111 | 10000011 | 10011111 | 110010 | 10010 | 0 | 100110 | 11001001 | 100010 | 101111 |
Color Harmonies of #4F839F
Complementary color
Monochromatic Colors of #4F839F
Black with #4F839F
Text Example
Text Example
White with #4F839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F839F; }
p { color: rgb(79,131,159); }
H1.HeaderClassName
{
color: #4F839F;
}
.AnyTagClassName
{
color: #4F839F;
}
</style>
background-color css
<style>
a { background-color: #4F839F; }
a { background-color: rgb(79,131,159); }
div.DivClassName
{
background-color: #4F839F;
}
.BgClassName
{
background-color: #4F839F;
}
</style>
border-color css
<style>
span { border-color: #4F839F; }
span { border-color: rgb(79,131,159); }
td.TdClassName
{
border-color: #4F839F;
}
.TagClassName
{
border-color: #4F839F;
}
</style>