Shades of Hippie Blue #4F809B
Tints of Hippie Blue #4F809B
RGB
CMYK
RGB Variations
Color information
#4F809B (or 0x4F809B) is known color: Hippie Blue. HEX triplet: 4F, 80 and 9B. RGB value is (79,128,155). Sum of RGB (Red+Green+Blue) = 79+128+155=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F809B is #B07F64. Grayscale: #747474. Windows color (decimal): -11566949 or 10190927. OLE color: 10190927.
HSL color Cylindrical-coordinate representation of color #4F809B: hue angle of 201.32º 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 #4F809B is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 128 | 155 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.39 |
| HSL | 201.32º | 0.32% | 0.46% | - |
| HSV(B) | 201.32º | 0.49% | 0.61% | - |
| XYZ | 16.86 | 19.47 | 33.88 | - |
| YUV | 116.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 155 | 0.49 | 0.17 | 0 | 0.39 | 201.32 | 0.32 | 0.46 |
| Hex | 4F | 80 | 9B | 31 | 11 | 0 | 27 | C9 | 20 | 2E |
| Octal | 117 | 200 | 233 | 61 | 21 | 0 | 47 | 311 | 40 | 56 |
| Binary | 1001111 | 10000000 | 10011011 | 110001 | 10001 | 0 | 100111 | 11001001 | 100000 | 101110 |
Color Harmonies of #4F809B
Complementary color
Monochromatic Colors of #4F809B
Black with #4F809B
Text Example
Text Example
White with #4F809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F809B; }
p { color: rgb(79,128,155); }
H1.HeaderClassName
{
color: #4F809B;
}
.AnyTagClassName
{
color: #4F809B;
}
</style>
background-color css
<style>
a { background-color: #4F809B; }
a { background-color: rgb(79,128,155); }
div.DivClassName
{
background-color: #4F809B;
}
.BgClassName
{
background-color: #4F809B;
}
</style>
border-color css
<style>
span { border-color: #4F809B; }
span { border-color: rgb(79,128,155); }
td.TdClassName
{
border-color: #4F809B;
}
.TagClassName
{
border-color: #4F809B;
}
</style>