Shades of Hippie Blue #488793
Tints of Hippie Blue #488793
RGB
CMYK
RGB Variations
Color information
#488793 (or 0x488793) is known color: Hippie Blue. HEX triplet: 48, 87 and 93. RGB value is (72,135,147). Sum of RGB (Red+Green+Blue) = 72+135+147=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #488793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488793 is #B7786C. Grayscale: #757575. Windows color (decimal): -12023917 or 9668424. OLE color: 9668424.
HSL color Cylindrical-coordinate representation of color #488793: hue angle of 189.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488793 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 135 | 147 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.42 |
| HSL | 189.6º | 0.34% | 0.43% | - |
| HSV(B) | 189.6º | 0.51% | 0.58% | - |
| XYZ | 16.6 | 20.81 | 30.75 | - |
| YUV | 117.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 147 | 0.51 | 0.08 | 0 | 0.42 | 189.6 | 0.34 | 0.43 |
| Hex | 48 | 87 | 93 | 33 | 8 | 0 | 2A | BE | 22 | 2B |
| Octal | 110 | 207 | 223 | 63 | 10 | 0 | 52 | 276 | 42 | 53 |
| Binary | 1001000 | 10000111 | 10010011 | 110011 | 1000 | 0 | 101010 | 10111110 | 100010 | 101011 |
Color Harmonies of #488793
Complementary color
Monochromatic Colors of #488793
Black with #488793
Text Example
Text Example
White with #488793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488793; }
p { color: rgb(72,135,147); }
H1.HeaderClassName
{
color: #488793;
}
.AnyTagClassName
{
color: #488793;
}
</style>
background-color css
<style>
a { background-color: #488793; }
a { background-color: rgb(72,135,147); }
div.DivClassName
{
background-color: #488793;
}
.BgClassName
{
background-color: #488793;
}
</style>
border-color css
<style>
span { border-color: #488793; }
span { border-color: rgb(72,135,147); }
td.TdClassName
{
border-color: #488793;
}
.TagClassName
{
border-color: #488793;
}
</style>