Shades of Hippie Blue #468998
Tints of Hippie Blue #468998
RGB
CMYK
RGB Variations
Color information
#468998 (or 0x468998) is known color: Hippie Blue. HEX triplet: 46, 89 and 98. RGB value is (70,137,152). Sum of RGB (Red+Green+Blue) = 70+137+152=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #468998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468998 is #B97667. Grayscale: #767676. Windows color (decimal): -12154472 or 9996614. OLE color: 9996614.
HSL color Cylindrical-coordinate representation of color #468998: hue angle of 190.98º 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 #468998 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 137 | 152 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.40 |
| HSL | 190.98º | 0.37% | 0.44% | - |
| HSV(B) | 190.98º | 0.54% | 0.6% | - |
| XYZ | 17.14 | 21.46 | 32.94 | - |
| YUV | 118.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 152 | 0.54 | 0.10 | 0 | 0.40 | 190.98 | 0.37 | 0.44 |
| Hex | 46 | 89 | 98 | 36 | A | 0 | 28 | BF | 25 | 2C |
| Octal | 106 | 211 | 230 | 66 | 12 | 0 | 50 | 277 | 45 | 54 |
| Binary | 1000110 | 10001001 | 10011000 | 110110 | 1010 | 0 | 101000 | 10111111 | 100101 | 101100 |
Color Harmonies of #468998
Complementary color
Monochromatic Colors of #468998
Black with #468998
Text Example
Text Example
White with #468998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468998; }
p { color: rgb(70,137,152); }
H1.HeaderClassName
{
color: #468998;
}
.AnyTagClassName
{
color: #468998;
}
</style>
background-color css
<style>
a { background-color: #468998; }
a { background-color: rgb(70,137,152); }
div.DivClassName
{
background-color: #468998;
}
.BgClassName
{
background-color: #468998;
}
</style>
border-color css
<style>
span { border-color: #468998; }
span { border-color: rgb(70,137,152); }
td.TdClassName
{
border-color: #468998;
}
.TagClassName
{
border-color: #468998;
}
</style>