Shades of Hippie Blue #468F9B
Tints of Hippie Blue #468F9B
RGB
CMYK
RGB Variations
Color information
#468F9B (or 0x468F9B) is known color: Hippie Blue. HEX triplet: 46, 8F and 9B. RGB value is (70,143,155). Sum of RGB (Red+Green+Blue) = 70+143+155=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #468F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468F9B is #B97064. Grayscale: #7A7A7A. Windows color (decimal): -12152933 or 10194758. OLE color: 10194758.
HSL color Cylindrical-coordinate representation of color #468F9B: hue angle of 188.47º 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 #468F9B is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 143 | 155 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.39 |
| HSL | 188.47º | 0.38% | 0.44% | - |
| HSV(B) | 188.47º | 0.55% | 0.61% | - |
| XYZ | 18.26 | 23.31 | 34.55 | - |
| YUV | 122.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 155 | 0.55 | 0.08 | 0 | 0.39 | 188.47 | 0.38 | 0.44 |
| Hex | 46 | 8F | 9B | 37 | 8 | 0 | 27 | BC | 26 | 2C |
| Octal | 106 | 217 | 233 | 67 | 10 | 0 | 47 | 274 | 46 | 54 |
| Binary | 1000110 | 10001111 | 10011011 | 110111 | 1000 | 0 | 100111 | 10111100 | 100110 | 101100 |
Color Harmonies of #468F9B
Complementary color
Monochromatic Colors of #468F9B
Black with #468F9B
Text Example
Text Example
White with #468F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F9B; }
p { color: rgb(70,143,155); }
H1.HeaderClassName
{
color: #468F9B;
}
.AnyTagClassName
{
color: #468F9B;
}
</style>
background-color css
<style>
a { background-color: #468F9B; }
a { background-color: rgb(70,143,155); }
div.DivClassName
{
background-color: #468F9B;
}
.BgClassName
{
background-color: #468F9B;
}
</style>
border-color css
<style>
span { border-color: #468F9B; }
span { border-color: rgb(70,143,155); }
td.TdClassName
{
border-color: #468F9B;
}
.TagClassName
{
border-color: #468F9B;
}
</style>