Shades of Hippie Blue #4F8099
Tints of Hippie Blue #4F8099
RGB
CMYK
RGB Variations
Color information
#4F8099 (or 0x4F8099) is known color: Hippie Blue. HEX triplet: 4F, 80 and 99. RGB value is (79,128,153). Sum of RGB (Red+Green+Blue) = 79+128+153=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F8099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8099 is #B07F66. Grayscale: #747474. Windows color (decimal): -11566951 or 10059855. OLE color: 10059855.
HSL color Cylindrical-coordinate representation of color #4F8099: hue angle of 200.27º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F8099 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 128 | 153 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.4 |
| HSL | 200.27º | 0.32% | 0.45% | - |
| HSV(B) | 200.27º | 0.48% | 0.6% | - |
| XYZ | 16.69 | 19.4 | 33 | - |
| YUV | 116.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 153 | 0.48 | 0.16 | 0 | 0.4 | 200.27 | 0.32 | 0.45 |
| Hex | 4F | 80 | 99 | 30 | 10 | 0 | 28 | C8 | 20 | 2D |
| Octal | 117 | 200 | 231 | 60 | 20 | 0 | 50 | 310 | 40 | 55 |
| Binary | 1001111 | 10000000 | 10011001 | 110000 | 10000 | 0 | 101000 | 11001000 | 100000 | 101101 |
Color Harmonies of #4F8099
Complementary color
Monochromatic Colors of #4F8099
Black with #4F8099
Text Example
Text Example
White with #4F8099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8099; }
p { color: rgb(79,128,153); }
H1.HeaderClassName
{
color: #4F8099;
}
.AnyTagClassName
{
color: #4F8099;
}
</style>
background-color css
<style>
a { background-color: #4F8099; }
a { background-color: rgb(79,128,153); }
div.DivClassName
{
background-color: #4F8099;
}
.BgClassName
{
background-color: #4F8099;
}
</style>
border-color css
<style>
span { border-color: #4F8099; }
span { border-color: rgb(79,128,153); }
td.TdClassName
{
border-color: #4F8099;
}
.TagClassName
{
border-color: #4F8099;
}
</style>