Shades of Hippie Blue #468B9C
Tints of Hippie Blue #468B9C
RGB
CMYK
RGB Variations
Color information
#468B9C (or 0x468B9C) is known color: Hippie Blue. HEX triplet: 46, 8B and 9C. RGB value is (70,139,156). Sum of RGB (Red+Green+Blue) = 70+139+156=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #468B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468B9C is #B97463. Grayscale: #787878. Windows color (decimal): -12153956 or 10259270. OLE color: 10259270.
HSL color Cylindrical-coordinate representation of color #468B9C: hue angle of 191.86º 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 #468B9C is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 139 | 156 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.39 |
| HSL | 191.86º | 0.38% | 0.44% | - |
| HSV(B) | 191.86º | 0.55% | 0.61% | - |
| XYZ | 17.76 | 22.17 | 34.8 | - |
| YUV | 120.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 156 | 0.55 | 0.11 | 0 | 0.39 | 191.86 | 0.38 | 0.44 |
| Hex | 46 | 8B | 9C | 37 | B | 0 | 27 | C0 | 26 | 2C |
| Octal | 106 | 213 | 234 | 67 | 13 | 0 | 47 | 300 | 46 | 54 |
| Binary | 1000110 | 10001011 | 10011100 | 110111 | 1011 | 0 | 100111 | 11000000 | 100110 | 101100 |
Color Harmonies of #468B9C
Complementary color
Monochromatic Colors of #468B9C
Black with #468B9C
Text Example
Text Example
White with #468B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B9C; }
p { color: rgb(70,139,156); }
H1.HeaderClassName
{
color: #468B9C;
}
.AnyTagClassName
{
color: #468B9C;
}
</style>
background-color css
<style>
a { background-color: #468B9C; }
a { background-color: rgb(70,139,156); }
div.DivClassName
{
background-color: #468B9C;
}
.BgClassName
{
background-color: #468B9C;
}
</style>
border-color css
<style>
span { border-color: #468B9C; }
span { border-color: rgb(70,139,156); }
td.TdClassName
{
border-color: #468B9C;
}
.TagClassName
{
border-color: #468B9C;
}
</style>