Shades of Hippie Blue #46819B
Tints of Hippie Blue #46819B
RGB
CMYK
RGB Variations
Color information
#46819B (or 0x46819B) is known color: Hippie Blue. HEX triplet: 46, 81 and 9B. RGB value is (70,129,155). Sum of RGB (Red+Green+Blue) = 70+129+155=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #46819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46819B is #B97E64. Grayscale: #727272. Windows color (decimal): -12156517 or 10191174. OLE color: 10191174.
HSL color Cylindrical-coordinate representation of color #46819B: hue angle of 198.35º 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 #46819B is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 129 | 155 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.39 |
| HSL | 198.35º | 0.38% | 0.44% | - |
| HSV(B) | 198.35º | 0.55% | 0.61% | - |
| XYZ | 16.29 | 19.37 | 33.89 | - |
| YUV | 114.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 155 | 0.55 | 0.17 | 0 | 0.39 | 198.35 | 0.38 | 0.44 |
| Hex | 46 | 81 | 9B | 37 | 11 | 0 | 27 | C6 | 26 | 2C |
| Octal | 106 | 201 | 233 | 67 | 21 | 0 | 47 | 306 | 46 | 54 |
| Binary | 1000110 | 10000001 | 10011011 | 110111 | 10001 | 0 | 100111 | 11000110 | 100110 | 101100 |
Color Harmonies of #46819B
Complementary color
Monochromatic Colors of #46819B
Black with #46819B
Text Example
Text Example
White with #46819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46819B; }
p { color: rgb(70,129,155); }
H1.HeaderClassName
{
color: #46819B;
}
.AnyTagClassName
{
color: #46819B;
}
</style>
background-color css
<style>
a { background-color: #46819B; }
a { background-color: rgb(70,129,155); }
div.DivClassName
{
background-color: #46819B;
}
.BgClassName
{
background-color: #46819B;
}
</style>
border-color css
<style>
span { border-color: #46819B; }
span { border-color: rgb(70,129,155); }
td.TdClassName
{
border-color: #46819B;
}
.TagClassName
{
border-color: #46819B;
}
</style>