Shades of Hippie Blue #468C99
Tints of Hippie Blue #468C99
RGB
CMYK
RGB Variations
Color information
#468C99 (or 0x468C99) is known color: Hippie Blue. HEX triplet: 46, 8C and 99. RGB value is (70,140,153). Sum of RGB (Red+Green+Blue) = 70+140+153=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #468C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C99 is #B97366. Grayscale: #787878. Windows color (decimal): -12153703 or 10062918. OLE color: 10062918.
HSL color Cylindrical-coordinate representation of color #468C99: hue angle of 189.4º 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 #468C99 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 140 | 153 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.4 |
| HSL | 189.4º | 0.37% | 0.44% | - |
| HSV(B) | 189.4º | 0.54% | 0.6% | - |
| XYZ | 17.65 | 22.36 | 33.52 | - |
| YUV | 120.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 153 | 0.54 | 0.08 | 0 | 0.4 | 189.4 | 0.37 | 0.44 |
| Hex | 46 | 8C | 99 | 36 | 8 | 0 | 28 | BD | 25 | 2C |
| Octal | 106 | 214 | 231 | 66 | 10 | 0 | 50 | 275 | 45 | 54 |
| Binary | 1000110 | 10001100 | 10011001 | 110110 | 1000 | 0 | 101000 | 10111101 | 100101 | 101100 |
Color Harmonies of #468C99
Complementary color
Monochromatic Colors of #468C99
Black with #468C99
Text Example
Text Example
White with #468C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C99; }
p { color: rgb(70,140,153); }
H1.HeaderClassName
{
color: #468C99;
}
.AnyTagClassName
{
color: #468C99;
}
</style>
background-color css
<style>
a { background-color: #468C99; }
a { background-color: rgb(70,140,153); }
div.DivClassName
{
background-color: #468C99;
}
.BgClassName
{
background-color: #468C99;
}
</style>
border-color css
<style>
span { border-color: #468C99; }
span { border-color: rgb(70,140,153); }
td.TdClassName
{
border-color: #468C99;
}
.TagClassName
{
border-color: #468C99;
}
</style>