Shades of Hippie Blue #468D99
Tints of Hippie Blue #468D99
RGB
CMYK
RGB Variations
Color information
#468D99 (or 0x468D99) is known color: Hippie Blue. HEX triplet: 46, 8D and 99. RGB value is (70,141,153). Sum of RGB (Red+Green+Blue) = 70+141+153=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #468D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468D99 is #B97266. Grayscale: #797979. Windows color (decimal): -12153447 or 10063174. OLE color: 10063174.
HSL color Cylindrical-coordinate representation of color #468D99: hue angle of 188.67º 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 #468D99 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 141 | 153 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.4 |
| HSL | 188.67º | 0.37% | 0.44% | - |
| HSV(B) | 188.67º | 0.54% | 0.6% | - |
| XYZ | 17.8 | 22.65 | 33.57 | - |
| YUV | 121.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 153 | 0.54 | 0.08 | 0 | 0.4 | 188.67 | 0.37 | 0.44 |
| Hex | 46 | 8D | 99 | 36 | 8 | 0 | 28 | BD | 25 | 2C |
| Octal | 106 | 215 | 231 | 66 | 10 | 0 | 50 | 275 | 45 | 54 |
| Binary | 1000110 | 10001101 | 10011001 | 110110 | 1000 | 0 | 101000 | 10111101 | 100101 | 101100 |
Color Harmonies of #468D99
Complementary color
Monochromatic Colors of #468D99
Black with #468D99
Text Example
Text Example
White with #468D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D99; }
p { color: rgb(70,141,153); }
H1.HeaderClassName
{
color: #468D99;
}
.AnyTagClassName
{
color: #468D99;
}
</style>
background-color css
<style>
a { background-color: #468D99; }
a { background-color: rgb(70,141,153); }
div.DivClassName
{
background-color: #468D99;
}
.BgClassName
{
background-color: #468D99;
}
</style>
border-color css
<style>
span { border-color: #468D99; }
span { border-color: rgb(70,141,153); }
td.TdClassName
{
border-color: #468D99;
}
.TagClassName
{
border-color: #468D99;
}
</style>