Shades of Hippie Blue #46819D
Tints of Hippie Blue #46819D
RGB
CMYK
RGB Variations
Color information
#46819D (or 0x46819D) is known color: Hippie Blue. HEX triplet: 46, 81 and 9D. RGB value is (70,129,157). Sum of RGB (Red+Green+Blue) = 70+129+157=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #46819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46819D is #B97E62. Grayscale: #727272. Windows color (decimal): -12156515 or 10322246. OLE color: 10322246.
HSL color Cylindrical-coordinate representation of color #46819D: hue angle of 199.31º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46819D is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 129 | 157 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.38 |
| HSL | 199.31º | 0.38% | 0.45% | - |
| HSV(B) | 199.31º | 0.55% | 0.62% | - |
| XYZ | 16.46 | 19.44 | 34.78 | - |
| YUV | 114.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 157 | 0.55 | 0.18 | 0 | 0.38 | 199.31 | 0.38 | 0.45 |
| Hex | 46 | 81 | 9D | 37 | 12 | 0 | 26 | C7 | 26 | 2D |
| Octal | 106 | 201 | 235 | 67 | 22 | 0 | 46 | 307 | 46 | 55 |
| Binary | 1000110 | 10000001 | 10011101 | 110111 | 10010 | 0 | 100110 | 11000111 | 100110 | 101101 |
Color Harmonies of #46819D
Complementary color
Monochromatic Colors of #46819D
Black with #46819D
Text Example
Text Example
White with #46819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46819D; }
p { color: rgb(70,129,157); }
H1.HeaderClassName
{
color: #46819D;
}
.AnyTagClassName
{
color: #46819D;
}
</style>
background-color css
<style>
a { background-color: #46819D; }
a { background-color: rgb(70,129,157); }
div.DivClassName
{
background-color: #46819D;
}
.BgClassName
{
background-color: #46819D;
}
</style>
border-color css
<style>
span { border-color: #46819D; }
span { border-color: rgb(70,129,157); }
td.TdClassName
{
border-color: #46819D;
}
.TagClassName
{
border-color: #46819D;
}
</style>