Shades of Hippie Blue #40879D
Tints of Hippie Blue #40879D
RGB
CMYK
RGB Variations
Color information
#40879D (or 0x40879D) is known color: Hippie Blue. HEX triplet: 40, 87 and 9D. RGB value is (64,135,157). Sum of RGB (Red+Green+Blue) = 64+135+157=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #40879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40879D is #BF7862. Grayscale: #747474. Windows color (decimal): -12548195 or 10323776. OLE color: 10323776.
HSL color Cylindrical-coordinate representation of color #40879D: hue angle of 194.19º 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 #40879D is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 135 | 157 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.38 |
| HSL | 194.19º | 0.42% | 0.43% | - |
| HSV(B) | 194.19º | 0.59% | 0.62% | - |
| XYZ | 16.86 | 20.85 | 35.03 | - |
| YUV | 116.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 157 | 0.59 | 0.14 | 0 | 0.38 | 194.19 | 0.42 | 0.43 |
| Hex | 40 | 87 | 9D | 3B | E | 0 | 26 | C2 | 2A | 2B |
| Octal | 100 | 207 | 235 | 73 | 16 | 0 | 46 | 302 | 52 | 53 |
| Binary | 1000000 | 10000111 | 10011101 | 111011 | 1110 | 0 | 100110 | 11000010 | 101010 | 101011 |
Color Harmonies of #40879D
Complementary color
Monochromatic Colors of #40879D
Black with #40879D
Text Example
Text Example
White with #40879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40879D; }
p { color: rgb(64,135,157); }
H1.HeaderClassName
{
color: #40879D;
}
.AnyTagClassName
{
color: #40879D;
}
</style>
background-color css
<style>
a { background-color: #40879D; }
a { background-color: rgb(64,135,157); }
div.DivClassName
{
background-color: #40879D;
}
.BgClassName
{
background-color: #40879D;
}
</style>
border-color css
<style>
span { border-color: #40879D; }
span { border-color: rgb(64,135,157); }
td.TdClassName
{
border-color: #40879D;
}
.TagClassName
{
border-color: #40879D;
}
</style>