Shades of Hippie Blue #498198
Tints of Hippie Blue #498198
RGB
CMYK
RGB Variations
Color information
#498198 (or 0x498198) is known color: Hippie Blue. HEX triplet: 49, 81 and 98. RGB value is (73,129,152). Sum of RGB (Red+Green+Blue) = 73+129+152=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #498198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498198 is #B67E67. Grayscale: #727272. Windows color (decimal): -11959912 or 9994569. OLE color: 9994569.
HSL color Cylindrical-coordinate representation of color #498198: hue angle of 197.47º 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 #498198 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 129 | 152 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.40 |
| HSL | 197.47º | 0.35% | 0.44% | - |
| HSV(B) | 197.47º | 0.52% | 0.6% | - |
| XYZ | 16.27 | 19.38 | 32.59 | - |
| YUV | 114.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 152 | 0.52 | 0.15 | 0 | 0.40 | 197.47 | 0.35 | 0.44 |
| Hex | 49 | 81 | 98 | 34 | F | 0 | 28 | C5 | 23 | 2C |
| Octal | 111 | 201 | 230 | 64 | 17 | 0 | 50 | 305 | 43 | 54 |
| Binary | 1001001 | 10000001 | 10011000 | 110100 | 1111 | 0 | 101000 | 11000101 | 100011 | 101100 |
Color Harmonies of #498198
Complementary color
Monochromatic Colors of #498198
Black with #498198
Text Example
Text Example
White with #498198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498198; }
p { color: rgb(73,129,152); }
H1.HeaderClassName
{
color: #498198;
}
.AnyTagClassName
{
color: #498198;
}
</style>
background-color css
<style>
a { background-color: #498198; }
a { background-color: rgb(73,129,152); }
div.DivClassName
{
background-color: #498198;
}
.BgClassName
{
background-color: #498198;
}
</style>
border-color css
<style>
span { border-color: #498198; }
span { border-color: rgb(73,129,152); }
td.TdClassName
{
border-color: #498198;
}
.TagClassName
{
border-color: #498198;
}
</style>