Shades of Hippie Blue #498194
Tints of Hippie Blue #498194
RGB
CMYK
RGB Variations
Color information
#498194 (or 0x498194) is known color: Hippie Blue. HEX triplet: 49, 81 and 94. RGB value is (73,129,148). Sum of RGB (Red+Green+Blue) = 73+129+148=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #498194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498194 is #B67E6B. Grayscale: #727272. Windows color (decimal): -11959916 or 9732425. OLE color: 9732425.
HSL color Cylindrical-coordinate representation of color #498194: hue angle of 195.2º 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 #498194 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 129 | 148 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.42 |
| HSL | 195.2º | 0.34% | 0.43% | - |
| HSV(B) | 195.2º | 0.51% | 0.58% | - |
| XYZ | 15.94 | 19.26 | 30.89 | - |
| YUV | 114.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 148 | 0.51 | 0.13 | 0 | 0.42 | 195.2 | 0.34 | 0.43 |
| Hex | 49 | 81 | 94 | 33 | D | 0 | 2A | C3 | 22 | 2B |
| Octal | 111 | 201 | 224 | 63 | 15 | 0 | 52 | 303 | 42 | 53 |
| Binary | 1001001 | 10000001 | 10010100 | 110011 | 1101 | 0 | 101010 | 11000011 | 100010 | 101011 |
Color Harmonies of #498194
Complementary color
Monochromatic Colors of #498194
Black with #498194
Text Example
Text Example
White with #498194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498194; }
p { color: rgb(73,129,148); }
H1.HeaderClassName
{
color: #498194;
}
.AnyTagClassName
{
color: #498194;
}
</style>
background-color css
<style>
a { background-color: #498194; }
a { background-color: rgb(73,129,148); }
div.DivClassName
{
background-color: #498194;
}
.BgClassName
{
background-color: #498194;
}
</style>
border-color css
<style>
span { border-color: #498194; }
span { border-color: rgb(73,129,148); }
td.TdClassName
{
border-color: #498194;
}
.TagClassName
{
border-color: #498194;
}
</style>