Shades of Hippie Blue #40919D
Tints of Hippie Blue #40919D
RGB
CMYK
RGB Variations
Color information
#40919D (or 0x40919D) is known color: Hippie Blue. HEX triplet: 40, 91 and 9D. RGB value is (64,145,157). Sum of RGB (Red+Green+Blue) = 64+145+157=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #40919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40919D is #BF6E62. Grayscale: #7A7A7A. Windows color (decimal): -12545635 or 10326336. OLE color: 10326336.
HSL color Cylindrical-coordinate representation of color #40919D: hue angle of 187.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40919D is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 145 | 157 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.38 |
| HSL | 187.74º | 0.42% | 0.43% | - |
| HSV(B) | 187.74º | 0.59% | 0.62% | - |
| XYZ | 18.33 | 23.78 | 35.52 | - |
| YUV | 122.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 157 | 0.59 | 0.08 | 0 | 0.38 | 187.74 | 0.42 | 0.43 |
| Hex | 40 | 91 | 9D | 3B | 8 | 0 | 26 | BC | 2A | 2B |
| Octal | 100 | 221 | 235 | 73 | 10 | 0 | 46 | 274 | 52 | 53 |
| Binary | 1000000 | 10010001 | 10011101 | 111011 | 1000 | 0 | 100110 | 10111100 | 101010 | 101011 |
Color Harmonies of #40919D
Complementary color
Monochromatic Colors of #40919D
Black with #40919D
Text Example
Text Example
White with #40919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40919D; }
p { color: rgb(64,145,157); }
H1.HeaderClassName
{
color: #40919D;
}
.AnyTagClassName
{
color: #40919D;
}
</style>
background-color css
<style>
a { background-color: #40919D; }
a { background-color: rgb(64,145,157); }
div.DivClassName
{
background-color: #40919D;
}
.BgClassName
{
background-color: #40919D;
}
</style>
border-color css
<style>
span { border-color: #40919D; }
span { border-color: rgb(64,145,157); }
td.TdClassName
{
border-color: #40919D;
}
.TagClassName
{
border-color: #40919D;
}
</style>