Shades of Hippie Blue #46829B
Tints of Hippie Blue #46829B
RGB
CMYK
RGB Variations
Color information
#46829B (or 0x46829B) is known color: Hippie Blue. HEX triplet: 46, 82 and 9B. RGB value is (70,130,155). Sum of RGB (Red+Green+Blue) = 70+130+155=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #46829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46829B is #B97D64. Grayscale: #727272. Windows color (decimal): -12156261 or 10191430. OLE color: 10191430.
HSL color Cylindrical-coordinate representation of color #46829B: hue angle of 197.65º 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 #46829B is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 130 | 155 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.39 |
| HSL | 197.65º | 0.38% | 0.44% | - |
| HSV(B) | 197.65º | 0.55% | 0.61% | - |
| XYZ | 16.42 | 19.63 | 33.93 | - |
| YUV | 114.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 155 | 0.55 | 0.16 | 0 | 0.39 | 197.65 | 0.38 | 0.44 |
| Hex | 46 | 82 | 9B | 37 | 10 | 0 | 27 | C6 | 26 | 2C |
| Octal | 106 | 202 | 233 | 67 | 20 | 0 | 47 | 306 | 46 | 54 |
| Binary | 1000110 | 10000010 | 10011011 | 110111 | 10000 | 0 | 100111 | 11000110 | 100110 | 101100 |
Color Harmonies of #46829B
Complementary color
Monochromatic Colors of #46829B
Black with #46829B
Text Example
Text Example
White with #46829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46829B; }
p { color: rgb(70,130,155); }
H1.HeaderClassName
{
color: #46829B;
}
.AnyTagClassName
{
color: #46829B;
}
</style>
background-color css
<style>
a { background-color: #46829B; }
a { background-color: rgb(70,130,155); }
div.DivClassName
{
background-color: #46829B;
}
.BgClassName
{
background-color: #46829B;
}
</style>
border-color css
<style>
span { border-color: #46829B; }
span { border-color: rgb(70,130,155); }
td.TdClassName
{
border-color: #46829B;
}
.TagClassName
{
border-color: #46829B;
}
</style>