#498D9A

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

Shades of Hippie Blue #498D9A

Tints of Hippie Blue #498D9A

Color information

#498D9A (or 0x498D9A) is unknown color: approx Hippie Blue. HEX triplet: 49, 8D and 9A. RGB value is (73,141,154). Sum of RGB (Red+Green+Blue) = 73+141+154=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #498D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498D9A is #B67265. Grayscale: #7A7A7A. Windows color (decimal): -11956838 or 10128713. OLE color: 10128713.

HSL color Cylindrical-coordinate representation of color #498D9A: hue angle of 189.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #498D9A is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73141154-
CMYK0.530.0800.40
HSL189.63º35.68%44.51%-
HSV(B)189.63º52.6%60.39%-
XYZ18.1122.834.02-
YUV122.15145.9792.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=19.84%
G=38.32%
B=41.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731411540.530.0800.40189.6335.6844.51
Hex498D9A358028be242d
Octal11121523265100502764455
Binary100100110001101100110101101011000010100010111110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,141,154); }

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

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

 a { background-color: rgb(73,141,154); }

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

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

 span { border-color: rgb(73,141,154); }

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