Shades of Hippie Blue #498892
Tints of Hippie Blue #498892
RGB
CMYK
RGB Variations
Color information
#498892 (or 0x498892) is known color: Hippie Blue. HEX triplet: 49, 88 and 92. RGB value is (73,136,146). Sum of RGB (Red+Green+Blue) = 73+136+146=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #498892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498892 is #B6776D. Grayscale: #767676. Windows color (decimal): -11958126 or 9603145. OLE color: 9603145.
HSL color Cylindrical-coordinate representation of color #498892: hue angle of 188.22º 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 #498892 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 136 | 146 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.43 |
| HSL | 188.22º | 0.33% | 0.43% | - |
| HSV(B) | 188.22º | 0.5% | 0.57% | - |
| XYZ | 16.74 | 21.1 | 30.38 | - |
| YUV | 118.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 146 | 0.5 | 0.07 | 0 | 0.43 | 188.22 | 0.33 | 0.43 |
| Hex | 49 | 88 | 92 | 32 | 7 | 0 | 2B | BC | 21 | 2B |
| Octal | 111 | 210 | 222 | 62 | 7 | 0 | 53 | 274 | 41 | 53 |
| Binary | 1001001 | 10001000 | 10010010 | 110010 | 111 | 0 | 101011 | 10111100 | 100001 | 101011 |
Color Harmonies of #498892
Complementary color
Monochromatic Colors of #498892
Black with #498892
Text Example
Text Example
White with #498892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498892; }
p { color: rgb(73,136,146); }
H1.HeaderClassName
{
color: #498892;
}
.AnyTagClassName
{
color: #498892;
}
</style>
background-color css
<style>
a { background-color: #498892; }
a { background-color: rgb(73,136,146); }
div.DivClassName
{
background-color: #498892;
}
.BgClassName
{
background-color: #498892;
}
</style>
border-color css
<style>
span { border-color: #498892; }
span { border-color: rgb(73,136,146); }
td.TdClassName
{
border-color: #498892;
}
.TagClassName
{
border-color: #498892;
}
</style>