Shades of Hippie Blue #468EA1
Tints of Hippie Blue #468EA1
RGB
CMYK
RGB Variations
Color information
#468EA1 (or 0x468EA1) is known color: Hippie Blue. HEX triplet: 46, 8E and A1. RGB value is (70,142,161). Sum of RGB (Red+Green+Blue) = 70+142+161=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #468EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468EA1 is #B9715E. Grayscale: #7A7A7A. Windows color (decimal): -12153183 or 10587718. OLE color: 10587718.
HSL color Cylindrical-coordinate representation of color #468EA1: hue angle of 192.53º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #468EA1 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 142 | 161 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.37 |
| HSL | 192.53º | 0.39% | 0.45% | - |
| HSV(B) | 192.53º | 0.57% | 0.63% | - |
| XYZ | 18.63 | 23.22 | 37.22 | - |
| YUV | 122.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 161 | 0.57 | 0.12 | 0 | 0.37 | 192.53 | 0.39 | 0.45 |
| Hex | 46 | 8E | A1 | 39 | C | 0 | 25 | C1 | 27 | 2D |
| Octal | 106 | 216 | 241 | 71 | 14 | 0 | 45 | 301 | 47 | 55 |
| Binary | 1000110 | 10001110 | 10100001 | 111001 | 1100 | 0 | 100101 | 11000001 | 100111 | 101101 |
Color Harmonies of #468EA1
Complementary color
Monochromatic Colors of #468EA1
Black with #468EA1
Text Example
Text Example
White with #468EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468EA1; }
p { color: rgb(70,142,161); }
H1.HeaderClassName
{
color: #468EA1;
}
.AnyTagClassName
{
color: #468EA1;
}
</style>
background-color css
<style>
a { background-color: #468EA1; }
a { background-color: rgb(70,142,161); }
div.DivClassName
{
background-color: #468EA1;
}
.BgClassName
{
background-color: #468EA1;
}
</style>
border-color css
<style>
span { border-color: #468EA1; }
span { border-color: rgb(70,142,161); }
td.TdClassName
{
border-color: #468EA1;
}
.TagClassName
{
border-color: #468EA1;
}
</style>