Shades of Hippie Blue #468E9C
Tints of Hippie Blue #468E9C
RGB
CMYK
RGB Variations
Color information
#468E9C (or 0x468E9C) is known color: Hippie Blue. HEX triplet: 46, 8E and 9C. RGB value is (70,142,156). Sum of RGB (Red+Green+Blue) = 70+142+156=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #468E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E9C is #B97163. Grayscale: #797979. Windows color (decimal): -12153188 or 10260038. OLE color: 10260038.
HSL color Cylindrical-coordinate representation of color #468E9C: hue angle of 189.77º 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 #468E9C is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 142 | 156 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.39 |
| HSL | 189.77º | 0.38% | 0.44% | - |
| HSV(B) | 189.77º | 0.55% | 0.61% | - |
| XYZ | 18.2 | 23.05 | 34.94 | - |
| YUV | 122.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 156 | 0.55 | 0.09 | 0 | 0.39 | 189.77 | 0.38 | 0.44 |
| Hex | 46 | 8E | 9C | 37 | 9 | 0 | 27 | BE | 26 | 2C |
| Octal | 106 | 216 | 234 | 67 | 11 | 0 | 47 | 276 | 46 | 54 |
| Binary | 1000110 | 10001110 | 10011100 | 110111 | 1001 | 0 | 100111 | 10111110 | 100110 | 101100 |
Color Harmonies of #468E9C
Complementary color
Monochromatic Colors of #468E9C
Black with #468E9C
Text Example
Text Example
White with #468E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E9C; }
p { color: rgb(70,142,156); }
H1.HeaderClassName
{
color: #468E9C;
}
.AnyTagClassName
{
color: #468E9C;
}
</style>
background-color css
<style>
a { background-color: #468E9C; }
a { background-color: rgb(70,142,156); }
div.DivClassName
{
background-color: #468E9C;
}
.BgClassName
{
background-color: #468E9C;
}
</style>
border-color css
<style>
span { border-color: #468E9C; }
span { border-color: rgb(70,142,156); }
td.TdClassName
{
border-color: #468E9C;
}
.TagClassName
{
border-color: #468E9C;
}
</style>