Shades of Hippie Blue #468997
Tints of Hippie Blue #468997
RGB
CMYK
RGB Variations
Color information
#468997 (or 0x468997) is known color: Hippie Blue. HEX triplet: 46, 89 and 97. RGB value is (70,137,151). Sum of RGB (Red+Green+Blue) = 70+137+151=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #468997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468997 is #B97668. Grayscale: #767676. Windows color (decimal): -12154473 or 9931078. OLE color: 9931078.
HSL color Cylindrical-coordinate representation of color #468997: hue angle of 190.37º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468997 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 137 | 151 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.41 |
| HSL | 190.37º | 0.37% | 0.43% | - |
| HSV(B) | 190.37º | 0.54% | 0.59% | - |
| XYZ | 17.06 | 21.43 | 32.52 | - |
| YUV | 118.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 151 | 0.54 | 0.09 | 0 | 0.41 | 190.37 | 0.37 | 0.43 |
| Hex | 46 | 89 | 97 | 36 | 9 | 0 | 29 | BE | 25 | 2B |
| Octal | 106 | 211 | 227 | 66 | 11 | 0 | 51 | 276 | 45 | 53 |
| Binary | 1000110 | 10001001 | 10010111 | 110110 | 1001 | 0 | 101001 | 10111110 | 100101 | 101011 |
Color Harmonies of #468997
Complementary color
Monochromatic Colors of #468997
Black with #468997
Text Example
Text Example
White with #468997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468997; }
p { color: rgb(70,137,151); }
H1.HeaderClassName
{
color: #468997;
}
.AnyTagClassName
{
color: #468997;
}
</style>
background-color css
<style>
a { background-color: #468997; }
a { background-color: rgb(70,137,151); }
div.DivClassName
{
background-color: #468997;
}
.BgClassName
{
background-color: #468997;
}
</style>
border-color css
<style>
span { border-color: #468997; }
span { border-color: rgb(70,137,151); }
td.TdClassName
{
border-color: #468997;
}
.TagClassName
{
border-color: #468997;
}
</style>