Shades of Hippie Blue #468599
Tints of Hippie Blue #468599
RGB
CMYK
RGB Variations
Color information
#468599 (or 0x468599) is known color: Hippie Blue. HEX triplet: 46, 85 and 99. RGB value is (70,133,153). Sum of RGB (Red+Green+Blue) = 70+133+153=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #468599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468599 is #B97A66. Grayscale: #747474. Windows color (decimal): -12155495 or 10061126. OLE color: 10061126.
HSL color Cylindrical-coordinate representation of color #468599: hue angle of 194.46º 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 #468599 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 133 | 153 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.4 |
| HSL | 194.46º | 0.37% | 0.44% | - |
| HSV(B) | 194.46º | 0.54% | 0.6% | - |
| XYZ | 16.66 | 20.38 | 33.19 | - |
| YUV | 116.44 | 148.63 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 153 | 0.54 | 0.13 | 0 | 0.4 | 194.46 | 0.37 | 0.44 |
| Hex | 46 | 85 | 99 | 36 | D | 0 | 28 | C2 | 25 | 2C |
| Octal | 106 | 205 | 231 | 66 | 15 | 0 | 50 | 302 | 45 | 54 |
| Binary | 1000110 | 10000101 | 10011001 | 110110 | 1101 | 0 | 101000 | 11000010 | 100101 | 101100 |
Color Harmonies of #468599
Complementary color
Monochromatic Colors of #468599
Black with #468599
Text Example
Text Example
White with #468599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468599; }
p { color: rgb(70,133,153); }
H1.HeaderClassName
{
color: #468599;
}
.AnyTagClassName
{
color: #468599;
}
</style>
background-color css
<style>
a { background-color: #468599; }
a { background-color: rgb(70,133,153); }
div.DivClassName
{
background-color: #468599;
}
.BgClassName
{
background-color: #468599;
}
</style>
border-color css
<style>
span { border-color: #468599; }
span { border-color: rgb(70,133,153); }
td.TdClassName
{
border-color: #468599;
}
.TagClassName
{
border-color: #468599;
}
</style>