Shades of Hippie Blue #4F8AA2
Tints of Hippie Blue #4F8AA2
RGB
CMYK
RGB Variations
Color information
#4F8AA2 (or 0x4F8AA2) is known color: Hippie Blue. HEX triplet: 4F, 8A and A2. RGB value is (79,138,162). Sum of RGB (Red+Green+Blue) = 79+138+162=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F8AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8AA2 is #B0755D. Grayscale: #7A7A7A. Windows color (decimal): -11564382 or 10652239. OLE color: 10652239.
HSL color Cylindrical-coordinate representation of color #4F8AA2: hue angle of 197.35º 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 #4F8AA2 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 138 | 162 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.36 |
| HSL | 197.35º | 0.34% | 0.47% | - |
| HSV(B) | 197.35º | 0.51% | 0.64% | - |
| XYZ | 18.83 | 22.45 | 37.52 | - |
| YUV | 123.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 162 | 0.51 | 0.15 | 0 | 0.36 | 197.35 | 0.34 | 0.47 |
| Hex | 4F | 8A | A2 | 33 | F | 0 | 24 | C5 | 22 | 2F |
| Octal | 117 | 212 | 242 | 63 | 17 | 0 | 44 | 305 | 42 | 57 |
| Binary | 1001111 | 10001010 | 10100010 | 110011 | 1111 | 0 | 100100 | 11000101 | 100010 | 101111 |
Color Harmonies of #4F8AA2
Complementary color
Monochromatic Colors of #4F8AA2
Black with #4F8AA2
Text Example
Text Example
White with #4F8AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8AA2; }
p { color: rgb(79,138,162); }
H1.HeaderClassName
{
color: #4F8AA2;
}
.AnyTagClassName
{
color: #4F8AA2;
}
</style>
background-color css
<style>
a { background-color: #4F8AA2; }
a { background-color: rgb(79,138,162); }
div.DivClassName
{
background-color: #4F8AA2;
}
.BgClassName
{
background-color: #4F8AA2;
}
</style>
border-color css
<style>
span { border-color: #4F8AA2; }
span { border-color: rgb(79,138,162); }
td.TdClassName
{
border-color: #4F8AA2;
}
.TagClassName
{
border-color: #4F8AA2;
}
</style>