#498EA1

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

Shades of Hippie Blue #498EA1

Tints of Hippie Blue #498EA1

Color information

#498EA1 (or 0x498EA1) is unknown color: approx Hippie Blue. HEX triplet: 49, 8E and A1. RGB value is (73,142,161). Sum of RGB (Red+Green+Blue) = 73+142+161=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 161 - color contains mainly: blue. Hex color #498EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498EA1 is #B6715E. Grayscale: #7B7B7B. Windows color (decimal): -11956575 or 10587721. OLE color: 10587721.

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

Color convert

RGB73142161-
CMYK0.550.1200.37
HSL192.95º37.61%45.88%-
HSV(B)192.95º54.66%63.14%-
XYZ18.8523.3437.23-
YUV123.54149.1491.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 161 (63.28% from 255) = 42.82%
R=19.41%
G=37.77%
B=42.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731421610.550.1200.37192.9537.6145.88
Hex498EA137C025c1262e
Octal11121624167140453014656
Binary100100110001110101000011101111100010010111000001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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