Shades of Hippie Blue #467F9B
Tints of Hippie Blue #467F9B
RGB
CMYK
RGB Variations
Color information
#467F9B (or 0x467F9B) is known color: Hippie Blue. HEX triplet: 46, 7F and 9B. RGB value is (70,127,155). Sum of RGB (Red+Green+Blue) = 70+127+155=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #467F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F9B is #B98064. Grayscale: #707070. Windows color (decimal): -12157029 or 10190662. OLE color: 10190662.
HSL color Cylindrical-coordinate representation of color #467F9B: hue angle of 199.76º 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 #467F9B is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 127 | 155 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.39 |
| HSL | 199.76º | 0.38% | 0.44% | - |
| HSV(B) | 199.76º | 0.55% | 0.61% | - |
| XYZ | 16.03 | 18.85 | 33.8 | - |
| YUV | 113.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 155 | 0.55 | 0.18 | 0 | 0.39 | 199.76 | 0.38 | 0.44 |
| Hex | 46 | 7F | 9B | 37 | 12 | 0 | 27 | C8 | 26 | 2C |
| Octal | 106 | 177 | 233 | 67 | 22 | 0 | 47 | 310 | 46 | 54 |
| Binary | 1000110 | 1111111 | 10011011 | 110111 | 10010 | 0 | 100111 | 11001000 | 100110 | 101100 |
Color Harmonies of #467F9B
Complementary color
Monochromatic Colors of #467F9B
Black with #467F9B
Text Example
Text Example
White with #467F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F9B; }
p { color: rgb(70,127,155); }
H1.HeaderClassName
{
color: #467F9B;
}
.AnyTagClassName
{
color: #467F9B;
}
</style>
background-color css
<style>
a { background-color: #467F9B; }
a { background-color: rgb(70,127,155); }
div.DivClassName
{
background-color: #467F9B;
}
.BgClassName
{
background-color: #467F9B;
}
</style>
border-color css
<style>
span { border-color: #467F9B; }
span { border-color: rgb(70,127,155); }
td.TdClassName
{
border-color: #467F9B;
}
.TagClassName
{
border-color: #467F9B;
}
</style>