Shades of Hippie Blue #408493
Tints of Hippie Blue #408493
RGB
CMYK
RGB Variations
Color information
#408493 (or 0x408493) is known color: Hippie Blue. HEX triplet: 40, 84 and 93. RGB value is (64,132,147). Sum of RGB (Red+Green+Blue) = 64+132+147=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #408493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408493 is #BF7B6C. Grayscale: #717171. Windows color (decimal): -12548973 or 9667648. OLE color: 9667648.
HSL color Cylindrical-coordinate representation of color #408493: hue angle of 190.84º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408493 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 132 | 147 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.42 |
| HSL | 190.84º | 0.39% | 0.41% | - |
| HSV(B) | 190.84º | 0.56% | 0.58% | - |
| XYZ | 15.63 | 19.7 | 30.58 | - |
| YUV | 113.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 147 | 0.56 | 0.10 | 0 | 0.42 | 190.84 | 0.39 | 0.41 |
| Hex | 40 | 84 | 93 | 38 | A | 0 | 2A | BF | 27 | 29 |
| Octal | 100 | 204 | 223 | 70 | 12 | 0 | 52 | 277 | 47 | 51 |
| Binary | 1000000 | 10000100 | 10010011 | 111000 | 1010 | 0 | 101010 | 10111111 | 100111 | 101001 |
Color Harmonies of #408493
Complementary color
Monochromatic Colors of #408493
Black with #408493
Text Example
Text Example
White with #408493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408493; }
p { color: rgb(64,132,147); }
H1.HeaderClassName
{
color: #408493;
}
.AnyTagClassName
{
color: #408493;
}
</style>
background-color css
<style>
a { background-color: #408493; }
a { background-color: rgb(64,132,147); }
div.DivClassName
{
background-color: #408493;
}
.BgClassName
{
background-color: #408493;
}
</style>
border-color css
<style>
span { border-color: #408493; }
span { border-color: rgb(64,132,147); }
td.TdClassName
{
border-color: #408493;
}
.TagClassName
{
border-color: #408493;
}
</style>