Shades of Hippie Blue #468899
Tints of Hippie Blue #468899
RGB
CMYK
RGB Variations
Color information
#468899 (or 0x468899) is known color: Hippie Blue. HEX triplet: 46, 88 and 99. RGB value is (70,136,153). Sum of RGB (Red+Green+Blue) = 70+136+153=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #468899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468899 is #B97766. Grayscale: #767676. Windows color (decimal): -12154727 or 10061894. OLE color: 10061894.
HSL color Cylindrical-coordinate representation of color #468899: hue angle of 192.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468899 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 136 | 153 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.4 |
| HSL | 192.29º | 0.37% | 0.44% | - |
| HSV(B) | 192.29º | 0.54% | 0.6% | - |
| XYZ | 17.08 | 21.21 | 33.33 | - |
| YUV | 118.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 153 | 0.54 | 0.11 | 0 | 0.4 | 192.29 | 0.37 | 0.44 |
| Hex | 46 | 88 | 99 | 36 | B | 0 | 28 | C0 | 25 | 2C |
| Octal | 106 | 210 | 231 | 66 | 13 | 0 | 50 | 300 | 45 | 54 |
| Binary | 1000110 | 10001000 | 10011001 | 110110 | 1011 | 0 | 101000 | 11000000 | 100101 | 101100 |
Color Harmonies of #468899
Complementary color
Monochromatic Colors of #468899
Black with #468899
Text Example
Text Example
White with #468899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468899; }
p { color: rgb(70,136,153); }
H1.HeaderClassName
{
color: #468899;
}
.AnyTagClassName
{
color: #468899;
}
</style>
background-color css
<style>
a { background-color: #468899; }
a { background-color: rgb(70,136,153); }
div.DivClassName
{
background-color: #468899;
}
.BgClassName
{
background-color: #468899;
}
</style>
border-color css
<style>
span { border-color: #468899; }
span { border-color: rgb(70,136,153); }
td.TdClassName
{
border-color: #468899;
}
.TagClassName
{
border-color: #468899;
}
</style>