Shades of Hippie Blue #498591
Tints of Hippie Blue #498591
RGB
CMYK
RGB Variations
Color information
#498591 (or 0x498591) is known color: Hippie Blue. HEX triplet: 49, 85 and 91. RGB value is (73,133,145). Sum of RGB (Red+Green+Blue) = 73+133+145=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #498591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498591 is #B67A6E. Grayscale: #747474. Windows color (decimal): -11958895 or 9536841. OLE color: 9536841.
HSL color Cylindrical-coordinate representation of color #498591: hue angle of 190º 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 #498591 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 133 | 145 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.43 |
| HSL | 190º | 0.33% | 0.43% | - |
| HSV(B) | 190º | 0.5% | 0.57% | - |
| XYZ | 16.25 | 20.24 | 29.84 | - |
| YUV | 116.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 145 | 0.50 | 0.08 | 0 | 0.43 | 190 | 0.33 | 0.43 |
| Hex | 49 | 85 | 91 | 32 | 8 | 0 | 2B | BE | 21 | 2B |
| Octal | 111 | 205 | 221 | 62 | 10 | 0 | 53 | 276 | 41 | 53 |
| Binary | 1001001 | 10000101 | 10010001 | 110010 | 1000 | 0 | 101011 | 10111110 | 100001 | 101011 |
Color Harmonies of #498591
Complementary color
Monochromatic Colors of #498591
Black with #498591
Text Example
Text Example
White with #498591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498591; }
p { color: rgb(73,133,145); }
H1.HeaderClassName
{
color: #498591;
}
.AnyTagClassName
{
color: #498591;
}
</style>
background-color css
<style>
a { background-color: #498591; }
a { background-color: rgb(73,133,145); }
div.DivClassName
{
background-color: #498591;
}
.BgClassName
{
background-color: #498591;
}
</style>
border-color css
<style>
span { border-color: #498591; }
span { border-color: rgb(73,133,145); }
td.TdClassName
{
border-color: #498591;
}
.TagClassName
{
border-color: #498591;
}
</style>