Shades of Hippie Blue #408392
Tints of Hippie Blue #408392
RGB
CMYK
RGB Variations
Color information
#408392 (or 0x408392) is known color: Hippie Blue. HEX triplet: 40, 83 and 92. RGB value is (64,131,146). Sum of RGB (Red+Green+Blue) = 64+131+146=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #408392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408392 is #BF7C6D. Grayscale: #707070. Windows color (decimal): -12549230 or 9601856. OLE color: 9601856.
HSL color Cylindrical-coordinate representation of color #408392: hue angle of 190.98º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408392 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 131 | 146 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.43 |
| HSL | 190.98º | 0.39% | 0.41% | - |
| HSV(B) | 190.98º | 0.56% | 0.57% | - |
| XYZ | 15.42 | 19.4 | 30.13 | - |
| YUV | 112.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 146 | 0.56 | 0.10 | 0 | 0.43 | 190.98 | 0.39 | 0.41 |
| Hex | 40 | 83 | 92 | 38 | A | 0 | 2B | BF | 27 | 29 |
| Octal | 100 | 203 | 222 | 70 | 12 | 0 | 53 | 277 | 47 | 51 |
| Binary | 1000000 | 10000011 | 10010010 | 111000 | 1010 | 0 | 101011 | 10111111 | 100111 | 101001 |
Color Harmonies of #408392
Complementary color
Monochromatic Colors of #408392
Black with #408392
Text Example
Text Example
White with #408392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408392; }
p { color: rgb(64,131,146); }
H1.HeaderClassName
{
color: #408392;
}
.AnyTagClassName
{
color: #408392;
}
</style>
background-color css
<style>
a { background-color: #408392; }
a { background-color: rgb(64,131,146); }
div.DivClassName
{
background-color: #408392;
}
.BgClassName
{
background-color: #408392;
}
</style>
border-color css
<style>
span { border-color: #408392; }
span { border-color: rgb(64,131,146); }
td.TdClassName
{
border-color: #408392;
}
.TagClassName
{
border-color: #408392;
}
</style>