Shades of Hippie Blue #468698
Tints of Hippie Blue #468698
RGB
CMYK
RGB Variations
Color information
#468698 (or 0x468698) is known color: Hippie Blue. HEX triplet: 46, 86 and 98. RGB value is (70,134,152). Sum of RGB (Red+Green+Blue) = 70+134+152=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #468698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468698 is #B97967. Grayscale: #747474. Windows color (decimal): -12155240 or 9995846. OLE color: 9995846.
HSL color Cylindrical-coordinate representation of color #468698: hue angle of 193.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468698 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 134 | 152 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.40 |
| HSL | 193.17º | 0.37% | 0.44% | - |
| HSV(B) | 193.17º | 0.54% | 0.6% | - |
| XYZ | 16.72 | 20.62 | 32.8 | - |
| YUV | 116.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 152 | 0.54 | 0.12 | 0 | 0.40 | 193.17 | 0.37 | 0.44 |
| Hex | 46 | 86 | 98 | 36 | C | 0 | 28 | C1 | 25 | 2C |
| Octal | 106 | 206 | 230 | 66 | 14 | 0 | 50 | 301 | 45 | 54 |
| Binary | 1000110 | 10000110 | 10011000 | 110110 | 1100 | 0 | 101000 | 11000001 | 100101 | 101100 |
Color Harmonies of #468698
Complementary color
Monochromatic Colors of #468698
Black with #468698
Text Example
Text Example
White with #468698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468698; }
p { color: rgb(70,134,152); }
H1.HeaderClassName
{
color: #468698;
}
.AnyTagClassName
{
color: #468698;
}
</style>
background-color css
<style>
a { background-color: #468698; }
a { background-color: rgb(70,134,152); }
div.DivClassName
{
background-color: #468698;
}
.BgClassName
{
background-color: #468698;
}
</style>
border-color css
<style>
span { border-color: #468698; }
span { border-color: rgb(70,134,152); }
td.TdClassName
{
border-color: #468698;
}
.TagClassName
{
border-color: #468698;
}
</style>