Shades of Hippie Blue #498299
Tints of Hippie Blue #498299
RGB
CMYK
RGB Variations
Color information
#498299 (or 0x498299) is known color: Hippie Blue. HEX triplet: 49, 82 and 99. RGB value is (73,130,153). Sum of RGB (Red+Green+Blue) = 73+130+153=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #498299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498299 is #B67D66. Grayscale: #737373. Windows color (decimal): -11959655 or 10060361. OLE color: 10060361.
HSL color Cylindrical-coordinate representation of color #498299: hue angle of 197.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #498299 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 130 | 153 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.4 |
| HSL | 197.25º | 0.35% | 0.44% | - |
| HSV(B) | 197.25º | 0.52% | 0.6% | - |
| XYZ | 16.48 | 19.68 | 33.07 | - |
| YUV | 115.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 153 | 0.52 | 0.15 | 0 | 0.4 | 197.25 | 0.35 | 0.44 |
| Hex | 49 | 82 | 99 | 34 | F | 0 | 28 | C5 | 23 | 2C |
| Octal | 111 | 202 | 231 | 64 | 17 | 0 | 50 | 305 | 43 | 54 |
| Binary | 1001001 | 10000010 | 10011001 | 110100 | 1111 | 0 | 101000 | 11000101 | 100011 | 101100 |
Color Harmonies of #498299
Complementary color
Monochromatic Colors of #498299
Black with #498299
Text Example
Text Example
White with #498299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498299; }
p { color: rgb(73,130,153); }
H1.HeaderClassName
{
color: #498299;
}
.AnyTagClassName
{
color: #498299;
}
</style>
background-color css
<style>
a { background-color: #498299; }
a { background-color: rgb(73,130,153); }
div.DivClassName
{
background-color: #498299;
}
.BgClassName
{
background-color: #498299;
}
</style>
border-color css
<style>
span { border-color: #498299; }
span { border-color: rgb(73,130,153); }
td.TdClassName
{
border-color: #498299;
}
.TagClassName
{
border-color: #498299;
}
</style>