Shades of Hippie Blue #46889C
Tints of Hippie Blue #46889C
RGB
CMYK
RGB Variations
Color information
#46889C (or 0x46889C) is known color: Hippie Blue. HEX triplet: 46, 88 and 9C. RGB value is (70,136,156). Sum of RGB (Red+Green+Blue) = 70+136+156=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #46889C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46889C is #B97763. Grayscale: #767676. Windows color (decimal): -12154724 or 10258502. OLE color: 10258502.
HSL color Cylindrical-coordinate representation of color #46889C: hue angle of 193.95º 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 #46889C is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 136 | 156 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.39 |
| HSL | 193.95º | 0.38% | 0.44% | - |
| HSV(B) | 193.95º | 0.55% | 0.61% | - |
| XYZ | 17.33 | 21.31 | 34.65 | - |
| YUV | 118.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 156 | 0.55 | 0.13 | 0 | 0.39 | 193.95 | 0.38 | 0.44 |
| Hex | 46 | 88 | 9C | 37 | D | 0 | 27 | C2 | 26 | 2C |
| Octal | 106 | 210 | 234 | 67 | 15 | 0 | 47 | 302 | 46 | 54 |
| Binary | 1000110 | 10001000 | 10011100 | 110111 | 1101 | 0 | 100111 | 11000010 | 100110 | 101100 |
Color Harmonies of #46889C
Complementary color
Monochromatic Colors of #46889C
Black with #46889C
Text Example
Text Example
White with #46889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46889C; }
p { color: rgb(70,136,156); }
H1.HeaderClassName
{
color: #46889C;
}
.AnyTagClassName
{
color: #46889C;
}
</style>
background-color css
<style>
a { background-color: #46889C; }
a { background-color: rgb(70,136,156); }
div.DivClassName
{
background-color: #46889C;
}
.BgClassName
{
background-color: #46889C;
}
</style>
border-color css
<style>
span { border-color: #46889C; }
span { border-color: rgb(70,136,156); }
td.TdClassName
{
border-color: #46889C;
}
.TagClassName
{
border-color: #46889C;
}
</style>