Shades of Hippie Blue #40919E
Tints of Hippie Blue #40919E
RGB
CMYK
RGB Variations
Color information
#40919E (or 0x40919E) is known color: Hippie Blue. HEX triplet: 40, 91 and 9E. RGB value is (64,145,158). Sum of RGB (Red+Green+Blue) = 64+145+158=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #40919E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40919E is #BF6E61. Grayscale: #7A7A7A. Windows color (decimal): -12545634 or 10391872. OLE color: 10391872.
HSL color Cylindrical-coordinate representation of color #40919E: hue angle of 188.3º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40919E is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 145 | 158 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.38 |
| HSL | 188.3º | 0.42% | 0.44% | - |
| HSV(B) | 188.3º | 0.59% | 0.62% | - |
| XYZ | 18.41 | 23.81 | 35.97 | - |
| YUV | 122.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 158 | 0.59 | 0.08 | 0 | 0.38 | 188.3 | 0.42 | 0.44 |
| Hex | 40 | 91 | 9E | 3B | 8 | 0 | 26 | BC | 2A | 2C |
| Octal | 100 | 221 | 236 | 73 | 10 | 0 | 46 | 274 | 52 | 54 |
| Binary | 1000000 | 10010001 | 10011110 | 111011 | 1000 | 0 | 100110 | 10111100 | 101010 | 101100 |
Color Harmonies of #40919E
Complementary color
Monochromatic Colors of #40919E
Black with #40919E
Text Example
Text Example
White with #40919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40919E; }
p { color: rgb(64,145,158); }
H1.HeaderClassName
{
color: #40919E;
}
.AnyTagClassName
{
color: #40919E;
}
</style>
background-color css
<style>
a { background-color: #40919E; }
a { background-color: rgb(64,145,158); }
div.DivClassName
{
background-color: #40919E;
}
.BgClassName
{
background-color: #40919E;
}
</style>
border-color css
<style>
span { border-color: #40919E; }
span { border-color: rgb(64,145,158); }
td.TdClassName
{
border-color: #40919E;
}
.TagClassName
{
border-color: #40919E;
}
</style>