Shades of Hippie Blue #468892
Tints of Hippie Blue #468892
RGB
CMYK
RGB Variations
Color information
#468892 (or 0x468892) is known color: Hippie Blue. HEX triplet: 46, 88 and 92. RGB value is (70,136,146). Sum of RGB (Red+Green+Blue) = 70+136+146=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #468892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468892 is #B9776D. Grayscale: #757575. Windows color (decimal): -12154734 or 9603142. OLE color: 9603142.
HSL color Cylindrical-coordinate representation of color #468892: hue angle of 187.89º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468892 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 136 | 146 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.43 |
| HSL | 187.89º | 0.35% | 0.42% | - |
| HSV(B) | 187.89º | 0.52% | 0.57% | - |
| XYZ | 16.52 | 20.99 | 30.37 | - |
| YUV | 117.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 146 | 0.52 | 0.07 | 0 | 0.43 | 187.89 | 0.35 | 0.42 |
| Hex | 46 | 88 | 92 | 34 | 7 | 0 | 2B | BC | 23 | 2A |
| Octal | 106 | 210 | 222 | 64 | 7 | 0 | 53 | 274 | 43 | 52 |
| Binary | 1000110 | 10001000 | 10010010 | 110100 | 111 | 0 | 101011 | 10111100 | 100011 | 101010 |
Color Harmonies of #468892
Complementary color
Monochromatic Colors of #468892
Black with #468892
Text Example
Text Example
White with #468892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468892; }
p { color: rgb(70,136,146); }
H1.HeaderClassName
{
color: #468892;
}
.AnyTagClassName
{
color: #468892;
}
</style>
background-color css
<style>
a { background-color: #468892; }
a { background-color: rgb(70,136,146); }
div.DivClassName
{
background-color: #468892;
}
.BgClassName
{
background-color: #468892;
}
</style>
border-color css
<style>
span { border-color: #468892; }
span { border-color: rgb(70,136,146); }
td.TdClassName
{
border-color: #468892;
}
.TagClassName
{
border-color: #468892;
}
</style>