Shades of Hippie Blue #407F9E
Tints of Hippie Blue #407F9E
RGB
CMYK
RGB Variations
Color information
#407F9E (or 0x407F9E) is known color: Hippie Blue. HEX triplet: 40, 7F and 9E. RGB value is (64,127,158). Sum of RGB (Red+Green+Blue) = 64+127+158=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #407F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407F9E is #BF8061. Grayscale: #6F6F6F. Windows color (decimal): -12550242 or 10387264. OLE color: 10387264.
HSL color Cylindrical-coordinate representation of color #407F9E: hue angle of 199.79º 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 #407F9E is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 127 | 158 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.38 |
| HSL | 199.79º | 0.42% | 0.44% | - |
| HSV(B) | 199.79º | 0.59% | 0.62% | - |
| XYZ | 15.88 | 18.74 | 35.13 | - |
| YUV | 111.7 | 154.13 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 158 | 0.59 | 0.20 | 0 | 0.38 | 199.79 | 0.42 | 0.44 |
| Hex | 40 | 7F | 9E | 3B | 14 | 0 | 26 | C8 | 2A | 2C |
| Octal | 100 | 177 | 236 | 73 | 24 | 0 | 46 | 310 | 52 | 54 |
| Binary | 1000000 | 1111111 | 10011110 | 111011 | 10100 | 0 | 100110 | 11001000 | 101010 | 101100 |
Color Harmonies of #407F9E
Complementary color
Monochromatic Colors of #407F9E
Black with #407F9E
Text Example
Text Example
White with #407F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F9E; }
p { color: rgb(64,127,158); }
H1.HeaderClassName
{
color: #407F9E;
}
.AnyTagClassName
{
color: #407F9E;
}
</style>
background-color css
<style>
a { background-color: #407F9E; }
a { background-color: rgb(64,127,158); }
div.DivClassName
{
background-color: #407F9E;
}
.BgClassName
{
background-color: #407F9E;
}
</style>
border-color css
<style>
span { border-color: #407F9E; }
span { border-color: rgb(64,127,158); }
td.TdClassName
{
border-color: #407F9E;
}
.TagClassName
{
border-color: #407F9E;
}
</style>