Shades of Hippie Blue #467F9E
Tints of Hippie Blue #467F9E
RGB
CMYK
RGB Variations
Color information
#467F9E (or 0x467F9E) is known color: Hippie Blue. HEX triplet: 46, 7F and 9E. RGB value is (70,127,158). Sum of RGB (Red+Green+Blue) = 70+127+158=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #467F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F9E is #B98061. Grayscale: #717171. Windows color (decimal): -12157026 or 10387270. OLE color: 10387270.
HSL color Cylindrical-coordinate representation of color #467F9E: hue angle of 201.14º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #467F9E is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 127 | 158 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.38 |
| HSL | 201.14º | 0.39% | 0.45% | - |
| HSV(B) | 201.14º | 0.56% | 0.62% | - |
| XYZ | 16.29 | 18.95 | 35.15 | - |
| YUV | 113.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 158 | 0.56 | 0.20 | 0 | 0.38 | 201.14 | 0.39 | 0.45 |
| Hex | 46 | 7F | 9E | 38 | 14 | 0 | 26 | C9 | 27 | 2D |
| Octal | 106 | 177 | 236 | 70 | 24 | 0 | 46 | 311 | 47 | 55 |
| Binary | 1000110 | 1111111 | 10011110 | 111000 | 10100 | 0 | 100110 | 11001001 | 100111 | 101101 |
Color Harmonies of #467F9E
Complementary color
Monochromatic Colors of #467F9E
Black with #467F9E
Text Example
Text Example
White with #467F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F9E; }
p { color: rgb(70,127,158); }
H1.HeaderClassName
{
color: #467F9E;
}
.AnyTagClassName
{
color: #467F9E;
}
</style>
background-color css
<style>
a { background-color: #467F9E; }
a { background-color: rgb(70,127,158); }
div.DivClassName
{
background-color: #467F9E;
}
.BgClassName
{
background-color: #467F9E;
}
</style>
border-color css
<style>
span { border-color: #467F9E; }
span { border-color: rgb(70,127,158); }
td.TdClassName
{
border-color: #467F9E;
}
.TagClassName
{
border-color: #467F9E;
}
</style>