Shades of Hippie Blue #4F909B
Tints of Hippie Blue #4F909B
RGB
CMYK
RGB Variations
Color information
#4F909B (or 0x4F909B) is known color: Hippie Blue. HEX triplet: 4F, 90 and 9B. RGB value is (79,144,155). Sum of RGB (Red+Green+Blue) = 79+144+155=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F909B is #B06F64. Grayscale: #7D7D7D. Windows color (decimal): -11562853 or 10195023. OLE color: 10195023.
HSL color Cylindrical-coordinate representation of color #4F909B: hue angle of 188.68º 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 #4F909B is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 144 | 155 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.39 |
| HSL | 188.68º | 0.32% | 0.46% | - |
| HSV(B) | 188.68º | 0.49% | 0.61% | - |
| XYZ | 19.11 | 23.98 | 34.63 | - |
| YUV | 125.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 155 | 0.49 | 0.07 | 0 | 0.39 | 188.68 | 0.32 | 0.46 |
| Hex | 4F | 90 | 9B | 31 | 7 | 0 | 27 | BD | 20 | 2E |
| Octal | 117 | 220 | 233 | 61 | 7 | 0 | 47 | 275 | 40 | 56 |
| Binary | 1001111 | 10010000 | 10011011 | 110001 | 111 | 0 | 100111 | 10111101 | 100000 | 101110 |
Color Harmonies of #4F909B
Complementary color
Monochromatic Colors of #4F909B
Black with #4F909B
Text Example
Text Example
White with #4F909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F909B; }
p { color: rgb(79,144,155); }
H1.HeaderClassName
{
color: #4F909B;
}
.AnyTagClassName
{
color: #4F909B;
}
</style>
background-color css
<style>
a { background-color: #4F909B; }
a { background-color: rgb(79,144,155); }
div.DivClassName
{
background-color: #4F909B;
}
.BgClassName
{
background-color: #4F909B;
}
</style>
border-color css
<style>
span { border-color: #4F909B; }
span { border-color: rgb(79,144,155); }
td.TdClassName
{
border-color: #4F909B;
}
.TagClassName
{
border-color: #4F909B;
}
</style>