Shades of Hippie Blue #467E9C
Tints of Hippie Blue #467E9C
RGB
CMYK
RGB Variations
Color information
#467E9C (or 0x467E9C) is known color: Hippie Blue. HEX triplet: 46, 7E and 9C. RGB value is (70,126,156). Sum of RGB (Red+Green+Blue) = 70+126+156=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #467E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E9C is #B98163. Grayscale: #707070. Windows color (decimal): -12157284 or 10255942. OLE color: 10255942.
HSL color Cylindrical-coordinate representation of color #467E9C: hue angle of 200.93º 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 #467E9C is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 126 | 156 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.39 |
| HSL | 200.93º | 0.38% | 0.44% | - |
| HSV(B) | 200.93º | 0.55% | 0.61% | - |
| XYZ | 15.99 | 18.62 | 34.2 | - |
| YUV | 112.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 156 | 0.55 | 0.19 | 0 | 0.39 | 200.93 | 0.38 | 0.44 |
| Hex | 46 | 7E | 9C | 37 | 13 | 0 | 27 | C9 | 26 | 2C |
| Octal | 106 | 176 | 234 | 67 | 23 | 0 | 47 | 311 | 46 | 54 |
| Binary | 1000110 | 1111110 | 10011100 | 110111 | 10011 | 0 | 100111 | 11001001 | 100110 | 101100 |
Color Harmonies of #467E9C
Complementary color
Monochromatic Colors of #467E9C
Black with #467E9C
Text Example
Text Example
White with #467E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E9C; }
p { color: rgb(70,126,156); }
H1.HeaderClassName
{
color: #467E9C;
}
.AnyTagClassName
{
color: #467E9C;
}
</style>
background-color css
<style>
a { background-color: #467E9C; }
a { background-color: rgb(70,126,156); }
div.DivClassName
{
background-color: #467E9C;
}
.BgClassName
{
background-color: #467E9C;
}
</style>
border-color css
<style>
span { border-color: #467E9C; }
span { border-color: rgb(70,126,156); }
td.TdClassName
{
border-color: #467E9C;
}
.TagClassName
{
border-color: #467E9C;
}
</style>