Shades of Hippie Blue #498792
Tints of Hippie Blue #498792
RGB
CMYK
RGB Variations
Color information
#498792 (or 0x498792) is known color: Hippie Blue. HEX triplet: 49, 87 and 92. RGB value is (73,135,146). Sum of RGB (Red+Green+Blue) = 73+135+146=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #498792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498792 is #B6786D. Grayscale: #757575. Windows color (decimal): -11958382 or 9602889. OLE color: 9602889.
HSL color Cylindrical-coordinate representation of color #498792: hue angle of 189.04º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498792 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 135 | 146 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.43 |
| HSL | 189.04º | 0.33% | 0.43% | - |
| HSV(B) | 189.04º | 0.5% | 0.57% | - |
| XYZ | 16.6 | 20.82 | 30.34 | - |
| YUV | 117.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 146 | 0.5 | 0.08 | 0 | 0.43 | 189.04 | 0.33 | 0.43 |
| Hex | 49 | 87 | 92 | 32 | 8 | 0 | 2B | BD | 21 | 2B |
| Octal | 111 | 207 | 222 | 62 | 10 | 0 | 53 | 275 | 41 | 53 |
| Binary | 1001001 | 10000111 | 10010010 | 110010 | 1000 | 0 | 101011 | 10111101 | 100001 | 101011 |
Color Harmonies of #498792
Complementary color
Monochromatic Colors of #498792
Black with #498792
Text Example
Text Example
White with #498792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498792; }
p { color: rgb(73,135,146); }
H1.HeaderClassName
{
color: #498792;
}
.AnyTagClassName
{
color: #498792;
}
</style>
background-color css
<style>
a { background-color: #498792; }
a { background-color: rgb(73,135,146); }
div.DivClassName
{
background-color: #498792;
}
.BgClassName
{
background-color: #498792;
}
</style>
border-color css
<style>
span { border-color: #498792; }
span { border-color: rgb(73,135,146); }
td.TdClassName
{
border-color: #498792;
}
.TagClassName
{
border-color: #498792;
}
</style>