Shades of Hippie Blue #46889D
Tints of Hippie Blue #46889D
RGB
CMYK
RGB Variations
Color information
#46889D (or 0x46889D) is known color: Hippie Blue. HEX triplet: 46, 88 and 9D. RGB value is (70,136,157). Sum of RGB (Red+Green+Blue) = 70+136+157=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #46889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46889D is #B97762. Grayscale: #767676. Windows color (decimal): -12154723 or 10324038. OLE color: 10324038.
HSL color Cylindrical-coordinate representation of color #46889D: hue angle of 194.48º 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 #46889D is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 136 | 157 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.38 |
| HSL | 194.48º | 0.38% | 0.45% | - |
| HSV(B) | 194.48º | 0.55% | 0.62% | - |
| XYZ | 17.42 | 21.34 | 35.1 | - |
| YUV | 118.66 | 149.63 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 157 | 0.55 | 0.13 | 0 | 0.38 | 194.48 | 0.38 | 0.45 |
| Hex | 46 | 88 | 9D | 37 | D | 0 | 26 | C2 | 26 | 2D |
| Octal | 106 | 210 | 235 | 67 | 15 | 0 | 46 | 302 | 46 | 55 |
| Binary | 1000110 | 10001000 | 10011101 | 110111 | 1101 | 0 | 100110 | 11000010 | 100110 | 101101 |
Color Harmonies of #46889D
Complementary color
Monochromatic Colors of #46889D
Black with #46889D
Text Example
Text Example
White with #46889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46889D; }
p { color: rgb(70,136,157); }
H1.HeaderClassName
{
color: #46889D;
}
.AnyTagClassName
{
color: #46889D;
}
</style>
background-color css
<style>
a { background-color: #46889D; }
a { background-color: rgb(70,136,157); }
div.DivClassName
{
background-color: #46889D;
}
.BgClassName
{
background-color: #46889D;
}
</style>
border-color css
<style>
span { border-color: #46889D; }
span { border-color: rgb(70,136,157); }
td.TdClassName
{
border-color: #46889D;
}
.TagClassName
{
border-color: #46889D;
}
</style>