Shades of Hippie Blue #4F939F
Tints of Hippie Blue #4F939F
RGB
CMYK
RGB Variations
Color information
#4F939F (or 0x4F939F) is known color: Hippie Blue. HEX triplet: 4F, 93 and 9F. RGB value is (79,147,159). Sum of RGB (Red+Green+Blue) = 79+147+159=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F939F is #B06C60. Grayscale: #7F7F7F. Windows color (decimal): -11562081 or 10457935. OLE color: 10457935.
HSL color Cylindrical-coordinate representation of color #4F939F: hue angle of 189º 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 #4F939F is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 147 | 159 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.38 |
| HSL | 189º | 0.34% | 0.47% | - |
| HSV(B) | 189º | 0.5% | 0.62% | - |
| XYZ | 19.92 | 25.03 | 36.58 | - |
| YUV | 128.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 147 | 159 | 0.50 | 0.08 | 0 | 0.38 | 189 | 0.34 | 0.47 |
| Hex | 4F | 93 | 9F | 32 | 8 | 0 | 26 | BD | 22 | 2F |
| Octal | 117 | 223 | 237 | 62 | 10 | 0 | 46 | 275 | 42 | 57 |
| Binary | 1001111 | 10010011 | 10011111 | 110010 | 1000 | 0 | 100110 | 10111101 | 100010 | 101111 |
Color Harmonies of #4F939F
Complementary color
Monochromatic Colors of #4F939F
Black with #4F939F
Text Example
Text Example
White with #4F939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F939F; }
p { color: rgb(79,147,159); }
H1.HeaderClassName
{
color: #4F939F;
}
.AnyTagClassName
{
color: #4F939F;
}
</style>
background-color css
<style>
a { background-color: #4F939F; }
a { background-color: rgb(79,147,159); }
div.DivClassName
{
background-color: #4F939F;
}
.BgClassName
{
background-color: #4F939F;
}
</style>
border-color css
<style>
span { border-color: #4F939F; }
span { border-color: rgb(79,147,159); }
td.TdClassName
{
border-color: #4F939F;
}
.TagClassName
{
border-color: #4F939F;
}
</style>