#497A9B

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

Shades of Jelly Bean #497A9B

Tints of Jelly Bean #497A9B

Color information

#497A9B (or 0x497A9B) is unknown color: approx Jelly Bean. HEX triplet: 49, 7A and 9B. RGB value is (73,122,155). Sum of RGB (Red+Green+Blue) = 73+122+155=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #497A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A9B is #B68564. Grayscale: #6E6E6E. Windows color (decimal): -11961701 or 10189385. OLE color: 10189385.

HSL color Cylindrical-coordinate representation of color #497A9B: hue angle of 204.15º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #497A9B is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73122155-
CMYK0.530.2100.39
HSL204.15º35.96%44.71%-
HSV(B)204.15º52.9%60.78%-
XYZ15.6217.733.6-
YUV111.11152.77100.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=20.86%
G=34.86%
B=44.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731221550.530.2100.39204.1535.9644.71
Hex497A9B3515027cc242d
Octal11117223365250473144455
Binary100100111110101001101111010110101010011111001100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497A9B; }

 p { color: rgb(73,122,155); }

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

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

 a { background-color: rgb(73,122,155); }

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

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

 span { border-color: rgb(73,122,155); }

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