Shades of Hippie Blue #4F8290
Tints of Hippie Blue #4F8290
RGB
CMYK
RGB Variations
Color information
#4F8290 (or 0x4F8290) is known color: Hippie Blue. HEX triplet: 4F, 82 and 90. RGB value is (79,130,144). Sum of RGB (Red+Green+Blue) = 79+130+144=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F8290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8290 is #B07D6F. Grayscale: #747474. Windows color (decimal): -11566448 or 9470543. OLE color: 9470543.
HSL color Cylindrical-coordinate representation of color #4F8290: hue angle of 192.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F8290 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 130 | 144 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.44 |
| HSL | 192.92º | 0.29% | 0.44% | - |
| HSV(B) | 192.92º | 0.45% | 0.56% | - |
| XYZ | 16.24 | 19.64 | 29.32 | - |
| YUV | 116.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 130 | 144 | 0.45 | 0.10 | 0 | 0.44 | 192.92 | 0.29 | 0.44 |
| Hex | 4F | 82 | 90 | 2D | A | 0 | 2C | C1 | 1D | 2C |
| Octal | 117 | 202 | 220 | 55 | 12 | 0 | 54 | 301 | 35 | 54 |
| Binary | 1001111 | 10000010 | 10010000 | 101101 | 1010 | 0 | 101100 | 11000001 | 11101 | 101100 |
Color Harmonies of #4F8290
Complementary color
Monochromatic Colors of #4F8290
Black with #4F8290
Text Example
Text Example
White with #4F8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8290; }
p { color: rgb(79,130,144); }
H1.HeaderClassName
{
color: #4F8290;
}
.AnyTagClassName
{
color: #4F8290;
}
</style>
background-color css
<style>
a { background-color: #4F8290; }
a { background-color: rgb(79,130,144); }
div.DivClassName
{
background-color: #4F8290;
}
.BgClassName
{
background-color: #4F8290;
}
</style>
border-color css
<style>
span { border-color: #4F8290; }
span { border-color: rgb(79,130,144); }
td.TdClassName
{
border-color: #4F8290;
}
.TagClassName
{
border-color: #4F8290;
}
</style>