Shades of Hippie Blue #488395
Tints of Hippie Blue #488395
RGB
CMYK
RGB Variations
Color information
#488395 (or 0x488395) is known color: Hippie Blue. HEX triplet: 48, 83 and 95. RGB value is (72,131,149). Sum of RGB (Red+Green+Blue) = 72+131+149=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #488395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488395 is #B77C6A. Grayscale: #737373. Windows color (decimal): -12024939 or 9798472. OLE color: 9798472.
HSL color Cylindrical-coordinate representation of color #488395: hue angle of 194.03º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488395 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 131 | 149 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.42 |
| HSL | 194.03º | 0.35% | 0.43% | - |
| HSV(B) | 194.03º | 0.52% | 0.58% | - |
| XYZ | 16.21 | 19.78 | 31.4 | - |
| YUV | 115.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 149 | 0.52 | 0.12 | 0 | 0.42 | 194.03 | 0.35 | 0.43 |
| Hex | 48 | 83 | 95 | 34 | C | 0 | 2A | C2 | 23 | 2B |
| Octal | 110 | 203 | 225 | 64 | 14 | 0 | 52 | 302 | 43 | 53 |
| Binary | 1001000 | 10000011 | 10010101 | 110100 | 1100 | 0 | 101010 | 11000010 | 100011 | 101011 |
Color Harmonies of #488395
Complementary color
Monochromatic Colors of #488395
Black with #488395
Text Example
Text Example
White with #488395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488395; }
p { color: rgb(72,131,149); }
H1.HeaderClassName
{
color: #488395;
}
.AnyTagClassName
{
color: #488395;
}
</style>
background-color css
<style>
a { background-color: #488395; }
a { background-color: rgb(72,131,149); }
div.DivClassName
{
background-color: #488395;
}
.BgClassName
{
background-color: #488395;
}
</style>
border-color css
<style>
span { border-color: #488395; }
span { border-color: rgb(72,131,149); }
td.TdClassName
{
border-color: #488395;
}
.TagClassName
{
border-color: #488395;
}
</style>