#498EA0

Color #498EA0 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #498EA0

Tints of Hippie Blue #498EA0

Color information

#498EA0 (or 0x498EA0) is unknown color: approx Hippie Blue. HEX triplet: 49, 8E and A0. RGB value is (73,142,160). Sum of RGB (Red+Green+Blue) = 73+142+160=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 160 - color contains mainly: blue. Hex color #498EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498EA0 is #B6715F. Grayscale: #7B7B7B. Windows color (decimal): -11956576 or 10522185. OLE color: 10522185.

HSL color Cylindrical-coordinate representation of color #498EA0: hue angle of 192.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #498EA0 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB73142160-
CMYK0.540.1100.37
HSL192.41º37.34%45.69%-
HSV(B)192.41º54.37%62.75%-
XYZ18.7723.336.77-
YUV123.42148.6492.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 160 (62.89% from 255) = 42.67%
R=19.47%
G=37.87%
B=42.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731421600.540.1100.37192.4137.3445.69
Hex498EA036B025c0252e
Octal11121624066130453004556
Binary100100110001110101000001101101011010010111000000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498EA0; }

 p { color: rgb(73,142,160); }

 H1.HeaderClassName
 {
   color: #498EA0;
 }
 .AnyTagClassName
 {
   color: #498EA0;
 }
</style>
background-color css

<style>
 a { background-color: #498EA0; }

 a { background-color: rgb(73,142,160); }

 div.DivClassName
 {
   background-color: #498EA0;
 }
 .BgClassName
 {
   background-color: #498EA0;
 }
</style>
border-color css

<style>
 span { border-color: #498EA0; }

 span { border-color: rgb(73,142,160); }

 td.TdClassName
 {
   border-color: #498EA0;
 }
 .TagClassName
 {
   border-color: #498EA0;
 }
</style>