Shades of Hippie Blue #468397
Tints of Hippie Blue #468397
RGB
CMYK
RGB Variations
Color information
#468397 (or 0x468397) is known color: Hippie Blue. HEX triplet: 46, 83 and 97. RGB value is (70,131,151). Sum of RGB (Red+Green+Blue) = 70+131+151=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #468397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468397 is #B97C68. Grayscale: #727272. Windows color (decimal): -12156009 or 9929542. OLE color: 9929542.
HSL color Cylindrical-coordinate representation of color #468397: hue angle of 194.81º 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 #468397 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 131 | 151 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.41 |
| HSL | 194.81º | 0.37% | 0.43% | - |
| HSV(B) | 194.81º | 0.54% | 0.59% | - |
| XYZ | 16.23 | 19.77 | 32.24 | - |
| YUV | 115.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 151 | 0.54 | 0.13 | 0 | 0.41 | 194.81 | 0.37 | 0.43 |
| Hex | 46 | 83 | 97 | 36 | D | 0 | 29 | C3 | 25 | 2B |
| Octal | 106 | 203 | 227 | 66 | 15 | 0 | 51 | 303 | 45 | 53 |
| Binary | 1000110 | 10000011 | 10010111 | 110110 | 1101 | 0 | 101001 | 11000011 | 100101 | 101011 |
Color Harmonies of #468397
Complementary color
Monochromatic Colors of #468397
Black with #468397
Text Example
Text Example
White with #468397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468397; }
p { color: rgb(70,131,151); }
H1.HeaderClassName
{
color: #468397;
}
.AnyTagClassName
{
color: #468397;
}
</style>
background-color css
<style>
a { background-color: #468397; }
a { background-color: rgb(70,131,151); }
div.DivClassName
{
background-color: #468397;
}
.BgClassName
{
background-color: #468397;
}
</style>
border-color css
<style>
span { border-color: #468397; }
span { border-color: rgb(70,131,151); }
td.TdClassName
{
border-color: #468397;
}
.TagClassName
{
border-color: #468397;
}
</style>