#497E8D

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

Shades of Jelly Bean #497E8D

Tints of Jelly Bean #497E8D

Color information

#497E8D (or 0x497E8D) is unknown color: approx Jelly Bean. HEX triplet: 49, 7E and 8D. RGB value is (73,126,141). Sum of RGB (Red+Green+Blue) = 73+126+141=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #497E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E8D is #B68172. Grayscale: #6F6F6F. Windows color (decimal): -11960691 or 9272905. OLE color: 9272905.

HSL color Cylindrical-coordinate representation of color #497E8D: hue angle of 193.24º 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 #497E8D is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73126141-
CMYK0.480.1100.45
HSL193.24º31.78%41.96%-
HSV(B)193.24º48.23%55.29%-
XYZ15.0218.2627.93-
YUV111.86144.44100.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=21.47%
G=37.06%
B=41.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731261410.480.1100.45193.2431.7841.96
Hex497E8D30B02Dc1202a
Octal11117621560130553014052
Binary10010011111110100011011100001011010110111000001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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