Shades of Hippie Blue #468697
Tints of Hippie Blue #468697
RGB
CMYK
RGB Variations
Color information
#468697 (or 0x468697) is known color: Hippie Blue. HEX triplet: 46, 86 and 97. RGB value is (70,134,151). Sum of RGB (Red+Green+Blue) = 70+134+151=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #468697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468697 is #B97968. Grayscale: #747474. Windows color (decimal): -12155241 or 9930310. OLE color: 9930310.
HSL color Cylindrical-coordinate representation of color #468697: hue angle of 192.59º 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 #468697 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 134 | 151 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.41 |
| HSL | 192.59º | 0.37% | 0.43% | - |
| HSV(B) | 192.59º | 0.54% | 0.59% | - |
| XYZ | 16.64 | 20.59 | 32.37 | - |
| YUV | 116.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 151 | 0.54 | 0.11 | 0 | 0.41 | 192.59 | 0.37 | 0.43 |
| Hex | 46 | 86 | 97 | 36 | B | 0 | 29 | C1 | 25 | 2B |
| Octal | 106 | 206 | 227 | 66 | 13 | 0 | 51 | 301 | 45 | 53 |
| Binary | 1000110 | 10000110 | 10010111 | 110110 | 1011 | 0 | 101001 | 11000001 | 100101 | 101011 |
Color Harmonies of #468697
Complementary color
Monochromatic Colors of #468697
Black with #468697
Text Example
Text Example
White with #468697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468697; }
p { color: rgb(70,134,151); }
H1.HeaderClassName
{
color: #468697;
}
.AnyTagClassName
{
color: #468697;
}
</style>
background-color css
<style>
a { background-color: #468697; }
a { background-color: rgb(70,134,151); }
div.DivClassName
{
background-color: #468697;
}
.BgClassName
{
background-color: #468697;
}
</style>
border-color css
<style>
span { border-color: #468697; }
span { border-color: rgb(70,134,151); }
td.TdClassName
{
border-color: #468697;
}
.TagClassName
{
border-color: #468697;
}
</style>