#497E8E

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

Shades of Jelly Bean #497E8E

Tints of Jelly Bean #497E8E

Color information

#497E8E (or 0x497E8E) is unknown color: approx Jelly Bean. HEX triplet: 49, 7E and 8E. RGB value is (73,126,142). Sum of RGB (Red+Green+Blue) = 73+126+142=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #497E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E8E is #B68171. Grayscale: #6F6F6F. Windows color (decimal): -11960690 or 9338441. OLE color: 9338441.

HSL color Cylindrical-coordinate representation of color #497E8E: hue angle of 193.91º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497E8E is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73126142-
CMYK0.490.1100.44
HSL193.91º32.09%42.16%-
HSV(B)193.91º48.59%55.69%-
XYZ15.0918.2928.33-
YUV111.98144.94100.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=21.41%
G=36.95%
B=41.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731261420.490.1100.44193.9132.0942.16
Hex497E8E31B02Cc2202a
Octal11117621661130543024052
Binary10010011111110100011101100011011010110011000010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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