#497C9B

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

Shades of Jelly Bean #497C9B

Tints of Jelly Bean #497C9B

Color information

#497C9B (or 0x497C9B) is unknown color: approx Jelly Bean. HEX triplet: 49, 7C and 9B. RGB value is (73,124,155). Sum of RGB (Red+Green+Blue) = 73+124+155=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #497C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497C9B is #B68364. Grayscale: #707070. Windows color (decimal): -11961189 or 10189897. OLE color: 10189897.

HSL color Cylindrical-coordinate representation of color #497C9B: hue angle of 202.68º 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 #497C9B is Cyan = 0.53, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73124155-
CMYK0.530.200.39
HSL202.68º35.96%44.71%-
HSV(B)202.68º52.9%60.78%-
XYZ15.8718.233.69-
YUV112.28152.199.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=20.74%
G=35.23%
B=44.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731241550.530.200.39202.6835.9644.71
Hex497C9B3514027cb242d
Octal11117423365240473134455
Binary100100111111001001101111010110100010011111001011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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