Shades of Hippie Blue #46899D
Tints of Hippie Blue #46899D
RGB
CMYK
RGB Variations
Color information
#46899D (or 0x46899D) is known color: Hippie Blue. HEX triplet: 46, 89 and 9D. RGB value is (70,137,157). Sum of RGB (Red+Green+Blue) = 70+137+157=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #46899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46899D is #B97662. Grayscale: #777777. Windows color (decimal): -12154467 or 10324294. OLE color: 10324294.
HSL color Cylindrical-coordinate representation of color #46899D: hue angle of 193.79º 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 #46899D is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 137 | 157 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.38 |
| HSL | 193.79º | 0.38% | 0.45% | - |
| HSV(B) | 193.79º | 0.55% | 0.62% | - |
| XYZ | 17.56 | 21.63 | 35.15 | - |
| YUV | 119.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 157 | 0.55 | 0.13 | 0 | 0.38 | 193.79 | 0.38 | 0.45 |
| Hex | 46 | 89 | 9D | 37 | D | 0 | 26 | C2 | 26 | 2D |
| Octal | 106 | 211 | 235 | 67 | 15 | 0 | 46 | 302 | 46 | 55 |
| Binary | 1000110 | 10001001 | 10011101 | 110111 | 1101 | 0 | 100110 | 11000010 | 100110 | 101101 |
Color Harmonies of #46899D
Complementary color
Monochromatic Colors of #46899D
Black with #46899D
Text Example
Text Example
White with #46899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46899D; }
p { color: rgb(70,137,157); }
H1.HeaderClassName
{
color: #46899D;
}
.AnyTagClassName
{
color: #46899D;
}
</style>
background-color css
<style>
a { background-color: #46899D; }
a { background-color: rgb(70,137,157); }
div.DivClassName
{
background-color: #46899D;
}
.BgClassName
{
background-color: #46899D;
}
</style>
border-color css
<style>
span { border-color: #46899D; }
span { border-color: rgb(70,137,157); }
td.TdClassName
{
border-color: #46899D;
}
.TagClassName
{
border-color: #46899D;
}
</style>