Shades of Hippie Blue #467F9A
Tints of Hippie Blue #467F9A
RGB
CMYK
RGB Variations
Color information
#467F9A (or 0x467F9A) is known color: Hippie Blue. HEX triplet: 46, 7F and 9A. RGB value is (70,127,154). Sum of RGB (Red+Green+Blue) = 70+127+154=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #467F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F9A is #B98065. Grayscale: #707070. Windows color (decimal): -12157030 or 10125126. OLE color: 10125126.
HSL color Cylindrical-coordinate representation of color #467F9A: hue angle of 199.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467F9A is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 127 | 154 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.40 |
| HSL | 199.29º | 0.38% | 0.44% | - |
| HSV(B) | 199.29º | 0.55% | 0.6% | - |
| XYZ | 15.95 | 18.81 | 33.36 | - |
| YUV | 113.04 | 151.12 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 154 | 0.55 | 0.18 | 0 | 0.40 | 199.29 | 0.38 | 0.44 |
| Hex | 46 | 7F | 9A | 37 | 12 | 0 | 28 | C7 | 26 | 2C |
| Octal | 106 | 177 | 232 | 67 | 22 | 0 | 50 | 307 | 46 | 54 |
| Binary | 1000110 | 1111111 | 10011010 | 110111 | 10010 | 0 | 101000 | 11000111 | 100110 | 101100 |
Color Harmonies of #467F9A
Complementary color
Monochromatic Colors of #467F9A
Black with #467F9A
Text Example
Text Example
White with #467F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F9A; }
p { color: rgb(70,127,154); }
H1.HeaderClassName
{
color: #467F9A;
}
.AnyTagClassName
{
color: #467F9A;
}
</style>
background-color css
<style>
a { background-color: #467F9A; }
a { background-color: rgb(70,127,154); }
div.DivClassName
{
background-color: #467F9A;
}
.BgClassName
{
background-color: #467F9A;
}
</style>
border-color css
<style>
span { border-color: #467F9A; }
span { border-color: rgb(70,127,154); }
td.TdClassName
{
border-color: #467F9A;
}
.TagClassName
{
border-color: #467F9A;
}
</style>