Shades of Hippie Blue #468A96
Tints of Hippie Blue #468A96
RGB
CMYK
RGB Variations
Color information
#468A96 (or 0x468A96) is known color: Hippie Blue. HEX triplet: 46, 8A and 96. RGB value is (70,138,150). Sum of RGB (Red+Green+Blue) = 70+138+150=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #468A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468A96 is #B97569. Grayscale: #767676. Windows color (decimal): -12154218 or 9865798. OLE color: 9865798.
HSL color Cylindrical-coordinate representation of color #468A96: hue angle of 189º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #468A96 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 138 | 150 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.41 |
| HSL | 189º | 0.36% | 0.43% | - |
| HSV(B) | 189º | 0.53% | 0.59% | - |
| XYZ | 17.12 | 21.68 | 32.14 | - |
| YUV | 119.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 150 | 0.53 | 0.08 | 0 | 0.41 | 189 | 0.36 | 0.43 |
| Hex | 46 | 8A | 96 | 35 | 8 | 0 | 29 | BD | 24 | 2B |
| Octal | 106 | 212 | 226 | 65 | 10 | 0 | 51 | 275 | 44 | 53 |
| Binary | 1000110 | 10001010 | 10010110 | 110101 | 1000 | 0 | 101001 | 10111101 | 100100 | 101011 |
Color Harmonies of #468A96
Complementary color
Monochromatic Colors of #468A96
Black with #468A96
Text Example
Text Example
White with #468A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A96; }
p { color: rgb(70,138,150); }
H1.HeaderClassName
{
color: #468A96;
}
.AnyTagClassName
{
color: #468A96;
}
</style>
background-color css
<style>
a { background-color: #468A96; }
a { background-color: rgb(70,138,150); }
div.DivClassName
{
background-color: #468A96;
}
.BgClassName
{
background-color: #468A96;
}
</style>
border-color css
<style>
span { border-color: #468A96; }
span { border-color: rgb(70,138,150); }
td.TdClassName
{
border-color: #468A96;
}
.TagClassName
{
border-color: #468A96;
}
</style>