Shades of Hippie Blue #46899E
Tints of Hippie Blue #46899E
RGB
CMYK
RGB Variations
Color information
#46899E (or 0x46899E) is known color: Hippie Blue. HEX triplet: 46, 89 and 9E. RGB value is (70,137,158). Sum of RGB (Red+Green+Blue) = 70+137+158=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #46899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46899E is #B97661. Grayscale: #777777. Windows color (decimal): -12154466 or 10389830. OLE color: 10389830.
HSL color Cylindrical-coordinate representation of color #46899E: hue angle of 194.32º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46899E is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 137 | 158 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.38 |
| HSL | 194.32º | 0.39% | 0.45% | - |
| HSV(B) | 194.32º | 0.56% | 0.62% | - |
| XYZ | 17.64 | 21.66 | 35.6 | - |
| YUV | 119.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 158 | 0.56 | 0.13 | 0 | 0.38 | 194.32 | 0.39 | 0.45 |
| Hex | 46 | 89 | 9E | 38 | D | 0 | 26 | C2 | 27 | 2D |
| Octal | 106 | 211 | 236 | 70 | 15 | 0 | 46 | 302 | 47 | 55 |
| Binary | 1000110 | 10001001 | 10011110 | 111000 | 1101 | 0 | 100110 | 11000010 | 100111 | 101101 |
Color Harmonies of #46899E
Complementary color
Monochromatic Colors of #46899E
Black with #46899E
Text Example
Text Example
White with #46899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46899E; }
p { color: rgb(70,137,158); }
H1.HeaderClassName
{
color: #46899E;
}
.AnyTagClassName
{
color: #46899E;
}
</style>
background-color css
<style>
a { background-color: #46899E; }
a { background-color: rgb(70,137,158); }
div.DivClassName
{
background-color: #46899E;
}
.BgClassName
{
background-color: #46899E;
}
</style>
border-color css
<style>
span { border-color: #46899E; }
span { border-color: rgb(70,137,158); }
td.TdClassName
{
border-color: #46899E;
}
.TagClassName
{
border-color: #46899E;
}
</style>