Shades of Hippie Blue #468898
Tints of Hippie Blue #468898
RGB
CMYK
RGB Variations
Color information
#468898 (or 0x468898) is known color: Hippie Blue. HEX triplet: 46, 88 and 98. RGB value is (70,136,152). Sum of RGB (Red+Green+Blue) = 70+136+152=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #468898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468898 is #B97767. Grayscale: #757575. Windows color (decimal): -12154728 or 9996358. OLE color: 9996358.
HSL color Cylindrical-coordinate representation of color #468898: hue angle of 191.71º 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 #468898 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 136 | 152 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.40 |
| HSL | 191.71º | 0.37% | 0.44% | - |
| HSV(B) | 191.71º | 0.54% | 0.6% | - |
| XYZ | 17 | 21.18 | 32.9 | - |
| YUV | 118.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 152 | 0.54 | 0.11 | 0 | 0.40 | 191.71 | 0.37 | 0.44 |
| Hex | 46 | 88 | 98 | 36 | B | 0 | 28 | C0 | 25 | 2C |
| Octal | 106 | 210 | 230 | 66 | 13 | 0 | 50 | 300 | 45 | 54 |
| Binary | 1000110 | 10001000 | 10011000 | 110110 | 1011 | 0 | 101000 | 11000000 | 100101 | 101100 |
Color Harmonies of #468898
Complementary color
Monochromatic Colors of #468898
Black with #468898
Text Example
Text Example
White with #468898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468898; }
p { color: rgb(70,136,152); }
H1.HeaderClassName
{
color: #468898;
}
.AnyTagClassName
{
color: #468898;
}
</style>
background-color css
<style>
a { background-color: #468898; }
a { background-color: rgb(70,136,152); }
div.DivClassName
{
background-color: #468898;
}
.BgClassName
{
background-color: #468898;
}
</style>
border-color css
<style>
span { border-color: #468898; }
span { border-color: rgb(70,136,152); }
td.TdClassName
{
border-color: #468898;
}
.TagClassName
{
border-color: #468898;
}
</style>