#497A8D

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

Shades of Jelly Bean #497A8D

Tints of Jelly Bean #497A8D

Color information

#497A8D (or 0x497A8D) is unknown color: approx Jelly Bean. HEX triplet: 49, 7A and 8D. RGB value is (73,122,141). Sum of RGB (Red+Green+Blue) = 73+122+141=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #497A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A8D is #B68572. Grayscale: #6D6D6D. Windows color (decimal): -11961715 or 9271881. OLE color: 9271881.

HSL color Cylindrical-coordinate representation of color #497A8D: hue angle of 196.76º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #497A8D is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73122141-
CMYK0.480.1300.45
HSL196.76º31.78%41.96%-
HSV(B)196.76º48.23%55.29%-
XYZ14.5117.2627.77-
YUV109.51145.77101.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=21.73%
G=36.31%
B=41.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731221410.480.1300.45196.7631.7841.96
Hex497A8D30D02Dc5202a
Octal11117221560150553054052
Binary10010011111010100011011100001101010110111000101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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