Shades of Hippie Blue #4F85A2
Tints of Hippie Blue #4F85A2
RGB
CMYK
RGB Variations
Color information
#4F85A2 (or 0x4F85A2) is known color: Hippie Blue. HEX triplet: 4F, 85 and A2. RGB value is (79,133,162). Sum of RGB (Red+Green+Blue) = 79+133+162=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F85A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F85A2 is #B07A5D. Grayscale: #777777. Windows color (decimal): -11565662 or 10650959. OLE color: 10650959.
HSL color Cylindrical-coordinate representation of color #4F85A2: hue angle of 200.96º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F85A2 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 133 | 162 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.36 |
| HSL | 200.96º | 0.34% | 0.47% | - |
| HSV(B) | 200.96º | 0.51% | 0.64% | - |
| XYZ | 18.13 | 21.05 | 37.29 | - |
| YUV | 120.16 | 151.61 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 162 | 0.51 | 0.18 | 0 | 0.36 | 200.96 | 0.34 | 0.47 |
| Hex | 4F | 85 | A2 | 33 | 12 | 0 | 24 | C9 | 22 | 2F |
| Octal | 117 | 205 | 242 | 63 | 22 | 0 | 44 | 311 | 42 | 57 |
| Binary | 1001111 | 10000101 | 10100010 | 110011 | 10010 | 0 | 100100 | 11001001 | 100010 | 101111 |
Color Harmonies of #4F85A2
Complementary color
Monochromatic Colors of #4F85A2
Black with #4F85A2
Text Example
Text Example
White with #4F85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F85A2; }
p { color: rgb(79,133,162); }
H1.HeaderClassName
{
color: #4F85A2;
}
.AnyTagClassName
{
color: #4F85A2;
}
</style>
background-color css
<style>
a { background-color: #4F85A2; }
a { background-color: rgb(79,133,162); }
div.DivClassName
{
background-color: #4F85A2;
}
.BgClassName
{
background-color: #4F85A2;
}
</style>
border-color css
<style>
span { border-color: #4F85A2; }
span { border-color: rgb(79,133,162); }
td.TdClassName
{
border-color: #4F85A2;
}
.TagClassName
{
border-color: #4F85A2;
}
</style>