Shades of Hippie Blue #468097
Tints of Hippie Blue #468097
RGB
CMYK
RGB Variations
Color information
#468097 (or 0x468097) is known color: Hippie Blue. HEX triplet: 46, 80 and 97. RGB value is (70,128,151). Sum of RGB (Red+Green+Blue) = 70+128+151=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #468097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468097 is #B97F68. Grayscale: #717171. Windows color (decimal): -12156777 or 9928774. OLE color: 9928774.
HSL color Cylindrical-coordinate representation of color #468097: hue angle of 197.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468097 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 128 | 151 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.41 |
| HSL | 197.04º | 0.37% | 0.43% | - |
| HSV(B) | 197.04º | 0.54% | 0.59% | - |
| XYZ | 15.83 | 18.97 | 32.11 | - |
| YUV | 113.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 151 | 0.54 | 0.15 | 0 | 0.41 | 197.04 | 0.37 | 0.43 |
| Hex | 46 | 80 | 97 | 36 | F | 0 | 29 | C5 | 25 | 2B |
| Octal | 106 | 200 | 227 | 66 | 17 | 0 | 51 | 305 | 45 | 53 |
| Binary | 1000110 | 10000000 | 10010111 | 110110 | 1111 | 0 | 101001 | 11000101 | 100101 | 101011 |
Color Harmonies of #468097
Complementary color
Monochromatic Colors of #468097
Black with #468097
Text Example
Text Example
White with #468097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468097; }
p { color: rgb(70,128,151); }
H1.HeaderClassName
{
color: #468097;
}
.AnyTagClassName
{
color: #468097;
}
</style>
background-color css
<style>
a { background-color: #468097; }
a { background-color: rgb(70,128,151); }
div.DivClassName
{
background-color: #468097;
}
.BgClassName
{
background-color: #468097;
}
</style>
border-color css
<style>
span { border-color: #468097; }
span { border-color: rgb(70,128,151); }
td.TdClassName
{
border-color: #468097;
}
.TagClassName
{
border-color: #468097;
}
</style>