Shades of Hippie Blue #408996
Tints of Hippie Blue #408996
RGB
CMYK
RGB Variations
Color information
#408996 (or 0x408996) is known color: Hippie Blue. HEX triplet: 40, 89 and 96. RGB value is (64,137,150). Sum of RGB (Red+Green+Blue) = 64+137+150=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #408996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408996 is #BF7669. Grayscale: #747474. Windows color (decimal): -12547690 or 9865536. OLE color: 9865536.
HSL color Cylindrical-coordinate representation of color #408996: hue angle of 189.07º 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 #408996 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 137 | 150 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.41 |
| HSL | 189.07º | 0.4% | 0.42% | - |
| HSV(B) | 189.07º | 0.57% | 0.59% | - |
| XYZ | 16.57 | 21.18 | 32.07 | - |
| YUV | 116.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 150 | 0.57 | 0.09 | 0 | 0.41 | 189.07 | 0.4 | 0.42 |
| Hex | 40 | 89 | 96 | 39 | 9 | 0 | 29 | BD | 28 | 2A |
| Octal | 100 | 211 | 226 | 71 | 11 | 0 | 51 | 275 | 50 | 52 |
| Binary | 1000000 | 10001001 | 10010110 | 111001 | 1001 | 0 | 101001 | 10111101 | 101000 | 101010 |
Color Harmonies of #408996
Complementary color
Monochromatic Colors of #408996
Black with #408996
Text Example
Text Example
White with #408996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408996; }
p { color: rgb(64,137,150); }
H1.HeaderClassName
{
color: #408996;
}
.AnyTagClassName
{
color: #408996;
}
</style>
background-color css
<style>
a { background-color: #408996; }
a { background-color: rgb(64,137,150); }
div.DivClassName
{
background-color: #408996;
}
.BgClassName
{
background-color: #408996;
}
</style>
border-color css
<style>
span { border-color: #408996; }
span { border-color: rgb(64,137,150); }
td.TdClassName
{
border-color: #408996;
}
.TagClassName
{
border-color: #408996;
}
</style>