Shades of Hippie Blue #498993
Tints of Hippie Blue #498993
RGB
CMYK
RGB Variations
Color information
#498993 (or 0x498993) is known color: Hippie Blue. HEX triplet: 49, 89 and 93. RGB value is (73,137,147). Sum of RGB (Red+Green+Blue) = 73+137+147=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #498993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498993 is #B6766C. Grayscale: #767676. Windows color (decimal): -11957869 or 9668937. OLE color: 9668937.
HSL color Cylindrical-coordinate representation of color #498993: hue angle of 188.11º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498993 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 137 | 147 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.42 |
| HSL | 188.11º | 0.34% | 0.43% | - |
| HSV(B) | 188.11º | 0.5% | 0.58% | - |
| XYZ | 16.96 | 21.41 | 30.84 | - |
| YUV | 119 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 147 | 0.50 | 0.07 | 0 | 0.42 | 188.11 | 0.34 | 0.43 |
| Hex | 49 | 89 | 93 | 32 | 7 | 0 | 2A | BC | 22 | 2B |
| Octal | 111 | 211 | 223 | 62 | 7 | 0 | 52 | 274 | 42 | 53 |
| Binary | 1001001 | 10001001 | 10010011 | 110010 | 111 | 0 | 101010 | 10111100 | 100010 | 101011 |
Color Harmonies of #498993
Complementary color
Monochromatic Colors of #498993
Black with #498993
Text Example
Text Example
White with #498993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498993; }
p { color: rgb(73,137,147); }
H1.HeaderClassName
{
color: #498993;
}
.AnyTagClassName
{
color: #498993;
}
</style>
background-color css
<style>
a { background-color: #498993; }
a { background-color: rgb(73,137,147); }
div.DivClassName
{
background-color: #498993;
}
.BgClassName
{
background-color: #498993;
}
</style>
border-color css
<style>
span { border-color: #498993; }
span { border-color: rgb(73,137,147); }
td.TdClassName
{
border-color: #498993;
}
.TagClassName
{
border-color: #498993;
}
</style>