Shades of Hippie Blue #408696
Tints of Hippie Blue #408696
RGB
CMYK
RGB Variations
Color information
#408696 (or 0x408696) is known color: Hippie Blue. HEX triplet: 40, 86 and 96. RGB value is (64,134,150). Sum of RGB (Red+Green+Blue) = 64+134+150=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #408696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408696 is #BF7969. Grayscale: #727272. Windows color (decimal): -12548458 or 9864768. OLE color: 9864768.
HSL color Cylindrical-coordinate representation of color #408696: hue angle of 191.16º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408696 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 134 | 150 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.41 |
| HSL | 191.16º | 0.4% | 0.42% | - |
| HSV(B) | 191.16º | 0.57% | 0.59% | - |
| XYZ | 16.14 | 20.34 | 31.93 | - |
| YUV | 114.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 150 | 0.57 | 0.11 | 0 | 0.41 | 191.16 | 0.4 | 0.42 |
| Hex | 40 | 86 | 96 | 39 | B | 0 | 29 | BF | 28 | 2A |
| Octal | 100 | 206 | 226 | 71 | 13 | 0 | 51 | 277 | 50 | 52 |
| Binary | 1000000 | 10000110 | 10010110 | 111001 | 1011 | 0 | 101001 | 10111111 | 101000 | 101010 |
Color Harmonies of #408696
Complementary color
Monochromatic Colors of #408696
Black with #408696
Text Example
Text Example
White with #408696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408696; }
p { color: rgb(64,134,150); }
H1.HeaderClassName
{
color: #408696;
}
.AnyTagClassName
{
color: #408696;
}
</style>
background-color css
<style>
a { background-color: #408696; }
a { background-color: rgb(64,134,150); }
div.DivClassName
{
background-color: #408696;
}
.BgClassName
{
background-color: #408696;
}
</style>
border-color css
<style>
span { border-color: #408696; }
span { border-color: rgb(64,134,150); }
td.TdClassName
{
border-color: #408696;
}
.TagClassName
{
border-color: #408696;
}
</style>