#498392

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

Shades of Hippie Blue #498392

Tints of Hippie Blue #498392

Color information

#498392 (or 0x498392) is unknown color: approx Hippie Blue. HEX triplet: 49, 83 and 92. RGB value is (73,131,146). Sum of RGB (Red+Green+Blue) = 73+131+146=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #498392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498392 is #B67C6D. Grayscale: #737373. Windows color (decimal): -11959406 or 9601865. OLE color: 9601865.

HSL color Cylindrical-coordinate representation of color #498392: hue angle of 192.33º 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 #498392 is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73131146-
CMYK0.50.1000.43
HSL192.33º33.33%42.94%-
HSV(B)192.33º50%57.25%-
XYZ16.0519.7230.16-
YUV115.37145.2897.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=20.86%
G=37.43%
B=41.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731311460.50.1000.43192.3333.3342.94
Hex49839232A02Bc0212b
Octal11120322262120533004153
Binary100100110000011100100101100101010010101111000000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498392; }

 p { color: rgb(73,131,146); }

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

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

 a { background-color: rgb(73,131,146); }

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

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

 span { border-color: rgb(73,131,146); }

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