#498190

Color #498190 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #498190

Tints of Jelly Bean #498190

Color information

#498190 (or 0x498190) is unknown color: approx Jelly Bean. HEX triplet: 49, 81 and 90. RGB value is (73,129,144). Sum of RGB (Red+Green+Blue) = 73+129+144=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #498190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498190 is #B67E6F. Grayscale: #717171. Windows color (decimal): -11959920 or 9470281. OLE color: 9470281.

HSL color Cylindrical-coordinate representation of color #498190: hue angle of 192.68º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498190 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73129144-
CMYK0.490.1000.44
HSL192.68º32.72%42.55%-
HSV(B)192.68º49.31%56.47%-
XYZ15.6319.1329.25-
YUV113.97144.9598.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=21.10%
G=37.28%
B=41.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731291440.490.1000.44192.6832.7242.55
Hex49819031A02Cc1212b
Octal11120122061120543014153
Binary100100110000001100100001100011010010110011000001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498190; }

 p { color: rgb(73,129,144); }

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

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

 a { background-color: rgb(73,129,144); }

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

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

 span { border-color: rgb(73,129,144); }

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