Shades of Hippie Blue #467E9B
Tints of Hippie Blue #467E9B
RGB
CMYK
RGB Variations
Color information
#467E9B (or 0x467E9B) is known color: Hippie Blue. HEX triplet: 46, 7E and 9B. RGB value is (70,126,155). Sum of RGB (Red+Green+Blue) = 70+126+155=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #467E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E9B is #B98164. Grayscale: #707070. Windows color (decimal): -12157285 or 10190406. OLE color: 10190406.
HSL color Cylindrical-coordinate representation of color #467E9B: hue angle of 200.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467E9B is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 126 | 155 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.39 |
| HSL | 200.47º | 0.38% | 0.44% | - |
| HSV(B) | 200.47º | 0.55% | 0.61% | - |
| XYZ | 15.9 | 18.59 | 33.76 | - |
| YUV | 112.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 155 | 0.55 | 0.19 | 0 | 0.39 | 200.47 | 0.38 | 0.44 |
| Hex | 46 | 7E | 9B | 37 | 13 | 0 | 27 | C8 | 26 | 2C |
| Octal | 106 | 176 | 233 | 67 | 23 | 0 | 47 | 310 | 46 | 54 |
| Binary | 1000110 | 1111110 | 10011011 | 110111 | 10011 | 0 | 100111 | 11001000 | 100110 | 101100 |
Color Harmonies of #467E9B
Complementary color
Monochromatic Colors of #467E9B
Black with #467E9B
Text Example
Text Example
White with #467E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E9B; }
p { color: rgb(70,126,155); }
H1.HeaderClassName
{
color: #467E9B;
}
.AnyTagClassName
{
color: #467E9B;
}
</style>
background-color css
<style>
a { background-color: #467E9B; }
a { background-color: rgb(70,126,155); }
div.DivClassName
{
background-color: #467E9B;
}
.BgClassName
{
background-color: #467E9B;
}
</style>
border-color css
<style>
span { border-color: #467E9B; }
span { border-color: rgb(70,126,155); }
td.TdClassName
{
border-color: #467E9B;
}
.TagClassName
{
border-color: #467E9B;
}
</style>