Shades of Hippie Blue #468198
Tints of Hippie Blue #468198
RGB
CMYK
RGB Variations
Color information
#468198 (or 0x468198) is known color: Hippie Blue. HEX triplet: 46, 81 and 98. RGB value is (70,129,152). Sum of RGB (Red+Green+Blue) = 70+129+152=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #468198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468198 is #B97E67. Grayscale: #717171. Windows color (decimal): -12156520 or 9994566. OLE color: 9994566.
HSL color Cylindrical-coordinate representation of color #468198: hue angle of 196.83º 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 #468198 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 129 | 152 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.40 |
| HSL | 196.83º | 0.37% | 0.44% | - |
| HSV(B) | 196.83º | 0.54% | 0.6% | - |
| XYZ | 16.04 | 19.27 | 32.58 | - |
| YUV | 113.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 152 | 0.54 | 0.15 | 0 | 0.40 | 196.83 | 0.37 | 0.44 |
| Hex | 46 | 81 | 98 | 36 | F | 0 | 28 | C5 | 25 | 2C |
| Octal | 106 | 201 | 230 | 66 | 17 | 0 | 50 | 305 | 45 | 54 |
| Binary | 1000110 | 10000001 | 10011000 | 110110 | 1111 | 0 | 101000 | 11000101 | 100101 | 101100 |
Color Harmonies of #468198
Complementary color
Monochromatic Colors of #468198
Black with #468198
Text Example
Text Example
White with #468198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468198; }
p { color: rgb(70,129,152); }
H1.HeaderClassName
{
color: #468198;
}
.AnyTagClassName
{
color: #468198;
}
</style>
background-color css
<style>
a { background-color: #468198; }
a { background-color: rgb(70,129,152); }
div.DivClassName
{
background-color: #468198;
}
.BgClassName
{
background-color: #468198;
}
</style>
border-color css
<style>
span { border-color: #468198; }
span { border-color: rgb(70,129,152); }
td.TdClassName
{
border-color: #468198;
}
.TagClassName
{
border-color: #468198;
}
</style>