Shades of Hippie Blue #498798
Tints of Hippie Blue #498798
RGB
CMYK
RGB Variations
Color information
#498798 (or 0x498798) is known color: Hippie Blue. HEX triplet: 49, 87 and 98. RGB value is (73,135,152). Sum of RGB (Red+Green+Blue) = 73+135+152=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #498798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498798 is #B67867. Grayscale: #767676. Windows color (decimal): -11958376 or 9996105. OLE color: 9996105.
HSL color Cylindrical-coordinate representation of color #498798: hue angle of 192.91º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #498798 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 135 | 152 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.40 |
| HSL | 192.91º | 0.35% | 0.44% | - |
| HSV(B) | 192.91º | 0.52% | 0.6% | - |
| XYZ | 17.08 | 21.01 | 32.86 | - |
| YUV | 118.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 152 | 0.52 | 0.11 | 0 | 0.40 | 192.91 | 0.35 | 0.44 |
| Hex | 49 | 87 | 98 | 34 | B | 0 | 28 | C1 | 23 | 2C |
| Octal | 111 | 207 | 230 | 64 | 13 | 0 | 50 | 301 | 43 | 54 |
| Binary | 1001001 | 10000111 | 10011000 | 110100 | 1011 | 0 | 101000 | 11000001 | 100011 | 101100 |
Color Harmonies of #498798
Complementary color
Monochromatic Colors of #498798
Black with #498798
Text Example
Text Example
White with #498798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498798; }
p { color: rgb(73,135,152); }
H1.HeaderClassName
{
color: #498798;
}
.AnyTagClassName
{
color: #498798;
}
</style>
background-color css
<style>
a { background-color: #498798; }
a { background-color: rgb(73,135,152); }
div.DivClassName
{
background-color: #498798;
}
.BgClassName
{
background-color: #498798;
}
</style>
border-color css
<style>
span { border-color: #498798; }
span { border-color: rgb(73,135,152); }
td.TdClassName
{
border-color: #498798;
}
.TagClassName
{
border-color: #498798;
}
</style>