#498091

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

Shades of Jelly Bean #498091

Tints of Jelly Bean #498091

Color information

#498091 (or 0x498091) is unknown color: approx Jelly Bean. HEX triplet: 49, 80 and 91. RGB value is (73,128,145). Sum of RGB (Red+Green+Blue) = 73+128+145=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #498091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498091 is #B67F6E. Grayscale: #717171. Windows color (decimal): -11960175 or 9535561. OLE color: 9535561.

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

Color convert

RGB73128145-
CMYK0.500.1200.43
HSL194.17º33.03%42.75%-
HSV(B)194.17º49.66%56.86%-
XYZ15.5818.929.61-
YUV113.49145.7899.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=21.10%
G=36.99%
B=41.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731281450.500.1200.43194.1733.0342.75
Hex49809132C02Bc2212b
Octal11120022162140533024153
Binary100100110000000100100011100101100010101111000010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498091; }

 p { color: rgb(73,128,145); }

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

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

 a { background-color: rgb(73,128,145); }

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

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

 span { border-color: rgb(73,128,145); }

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