Shades of Hippie Blue #46829C
Tints of Hippie Blue #46829C
RGB
CMYK
RGB Variations
Color information
#46829C (or 0x46829C) is known color: Hippie Blue. HEX triplet: 46, 82 and 9C. RGB value is (70,130,156). Sum of RGB (Red+Green+Blue) = 70+130+156=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #46829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46829C is #B97D63. Grayscale: #727272. Windows color (decimal): -12156260 or 10256966. OLE color: 10256966.
HSL color Cylindrical-coordinate representation of color #46829C: hue angle of 198.14º 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 #46829C is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 130 | 156 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.39 |
| HSL | 198.14º | 0.38% | 0.44% | - |
| HSV(B) | 198.14º | 0.55% | 0.61% | - |
| XYZ | 16.51 | 19.67 | 34.38 | - |
| YUV | 115.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 156 | 0.55 | 0.17 | 0 | 0.39 | 198.14 | 0.38 | 0.44 |
| Hex | 46 | 82 | 9C | 37 | 11 | 0 | 27 | C6 | 26 | 2C |
| Octal | 106 | 202 | 234 | 67 | 21 | 0 | 47 | 306 | 46 | 54 |
| Binary | 1000110 | 10000010 | 10011100 | 110111 | 10001 | 0 | 100111 | 11000110 | 100110 | 101100 |
Color Harmonies of #46829C
Complementary color
Monochromatic Colors of #46829C
Black with #46829C
Text Example
Text Example
White with #46829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46829C; }
p { color: rgb(70,130,156); }
H1.HeaderClassName
{
color: #46829C;
}
.AnyTagClassName
{
color: #46829C;
}
</style>
background-color css
<style>
a { background-color: #46829C; }
a { background-color: rgb(70,130,156); }
div.DivClassName
{
background-color: #46829C;
}
.BgClassName
{
background-color: #46829C;
}
</style>
border-color css
<style>
span { border-color: #46829C; }
span { border-color: rgb(70,130,156); }
td.TdClassName
{
border-color: #46829C;
}
.TagClassName
{
border-color: #46829C;
}
</style>