Shades of Hippie Blue #498794
Tints of Hippie Blue #498794
RGB
CMYK
RGB Variations
Color information
#498794 (or 0x498794) is known color: Hippie Blue. HEX triplet: 49, 87 and 94. RGB value is (73,135,148). Sum of RGB (Red+Green+Blue) = 73+135+148=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #498794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498794 is #B6786B. Grayscale: #757575. Windows color (decimal): -11958380 or 9733961. OLE color: 9733961.
HSL color Cylindrical-coordinate representation of color #498794: hue angle of 190.4º 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 #498794 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 135 | 148 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.42 |
| HSL | 190.4º | 0.34% | 0.43% | - |
| HSV(B) | 190.4º | 0.51% | 0.58% | - |
| XYZ | 16.76 | 20.88 | 31.16 | - |
| YUV | 117.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 148 | 0.51 | 0.09 | 0 | 0.42 | 190.4 | 0.34 | 0.43 |
| Hex | 49 | 87 | 94 | 33 | 9 | 0 | 2A | BE | 22 | 2B |
| Octal | 111 | 207 | 224 | 63 | 11 | 0 | 52 | 276 | 42 | 53 |
| Binary | 1001001 | 10000111 | 10010100 | 110011 | 1001 | 0 | 101010 | 10111110 | 100010 | 101011 |
Color Harmonies of #498794
Complementary color
Monochromatic Colors of #498794
Black with #498794
Text Example
Text Example
White with #498794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498794; }
p { color: rgb(73,135,148); }
H1.HeaderClassName
{
color: #498794;
}
.AnyTagClassName
{
color: #498794;
}
</style>
background-color css
<style>
a { background-color: #498794; }
a { background-color: rgb(73,135,148); }
div.DivClassName
{
background-color: #498794;
}
.BgClassName
{
background-color: #498794;
}
</style>
border-color css
<style>
span { border-color: #498794; }
span { border-color: rgb(73,135,148); }
td.TdClassName
{
border-color: #498794;
}
.TagClassName
{
border-color: #498794;
}
</style>