Shades of Hippie Blue #40859D
Tints of Hippie Blue #40859D
RGB
CMYK
RGB Variations
Color information
#40859D (or 0x40859D) is known color: Hippie Blue. HEX triplet: 40, 85 and 9D. RGB value is (64,133,157). Sum of RGB (Red+Green+Blue) = 64+133+157=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #40859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40859D is #BF7A62. Grayscale: #727272. Windows color (decimal): -12548707 or 10323264. OLE color: 10323264.
HSL color Cylindrical-coordinate representation of color #40859D: hue angle of 195.48º 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 #40859D is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 133 | 157 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.38 |
| HSL | 195.48º | 0.42% | 0.43% | - |
| HSV(B) | 195.48º | 0.59% | 0.62% | - |
| XYZ | 16.59 | 20.3 | 34.94 | - |
| YUV | 115.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 157 | 0.59 | 0.15 | 0 | 0.38 | 195.48 | 0.42 | 0.43 |
| Hex | 40 | 85 | 9D | 3B | F | 0 | 26 | C3 | 2A | 2B |
| Octal | 100 | 205 | 235 | 73 | 17 | 0 | 46 | 303 | 52 | 53 |
| Binary | 1000000 | 10000101 | 10011101 | 111011 | 1111 | 0 | 100110 | 11000011 | 101010 | 101011 |
Color Harmonies of #40859D
Complementary color
Monochromatic Colors of #40859D
Black with #40859D
Text Example
Text Example
White with #40859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40859D; }
p { color: rgb(64,133,157); }
H1.HeaderClassName
{
color: #40859D;
}
.AnyTagClassName
{
color: #40859D;
}
</style>
background-color css
<style>
a { background-color: #40859D; }
a { background-color: rgb(64,133,157); }
div.DivClassName
{
background-color: #40859D;
}
.BgClassName
{
background-color: #40859D;
}
</style>
border-color css
<style>
span { border-color: #40859D; }
span { border-color: rgb(64,133,157); }
td.TdClassName
{
border-color: #40859D;
}
.TagClassName
{
border-color: #40859D;
}
</style>