Shades of Hippie Blue #46869A
Tints of Hippie Blue #46869A
RGB
CMYK
RGB Variations
Color information
#46869A (or 0x46869A) is known color: Hippie Blue. HEX triplet: 46, 86 and 9A. RGB value is (70,134,154). Sum of RGB (Red+Green+Blue) = 70+134+154=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #46869A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46869A is #B97965. Grayscale: #757575. Windows color (decimal): -12155238 or 10126918. OLE color: 10126918.
HSL color Cylindrical-coordinate representation of color #46869A: hue angle of 194.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 #46869A is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 134 | 154 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.40 |
| HSL | 194.29º | 0.38% | 0.44% | - |
| HSV(B) | 194.29º | 0.55% | 0.6% | - |
| XYZ | 16.88 | 20.69 | 33.67 | - |
| YUV | 117.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 154 | 0.55 | 0.13 | 0 | 0.40 | 194.29 | 0.38 | 0.44 |
| Hex | 46 | 86 | 9A | 37 | D | 0 | 28 | C2 | 26 | 2C |
| Octal | 106 | 206 | 232 | 67 | 15 | 0 | 50 | 302 | 46 | 54 |
| Binary | 1000110 | 10000110 | 10011010 | 110111 | 1101 | 0 | 101000 | 11000010 | 100110 | 101100 |
Color Harmonies of #46869A
Complementary color
Monochromatic Colors of #46869A
Black with #46869A
Text Example
Text Example
White with #46869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46869A; }
p { color: rgb(70,134,154); }
H1.HeaderClassName
{
color: #46869A;
}
.AnyTagClassName
{
color: #46869A;
}
</style>
background-color css
<style>
a { background-color: #46869A; }
a { background-color: rgb(70,134,154); }
div.DivClassName
{
background-color: #46869A;
}
.BgClassName
{
background-color: #46869A;
}
</style>
border-color css
<style>
span { border-color: #46869A; }
span { border-color: rgb(70,134,154); }
td.TdClassName
{
border-color: #46869A;
}
.TagClassName
{
border-color: #46869A;
}
</style>