#497E93

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

Shades of Jelly Bean #497E93

Tints of Jelly Bean #497E93

Color information

#497E93 (or 0x497E93) is unknown color: approx Jelly Bean. HEX triplet: 49, 7E and 93. RGB value is (73,126,147). Sum of RGB (Red+Green+Blue) = 73+126+147=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #497E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E93 is #B6816C. Grayscale: #707070. Windows color (decimal): -11960685 or 9666121. OLE color: 9666121.

HSL color Cylindrical-coordinate representation of color #497E93: hue angle of 197.03º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497E93 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73126147-
CMYK0.500.1400.42
HSL197.03º33.64%43.14%-
HSV(B)197.03º50.34%57.65%-
XYZ15.4718.4430.35-
YUV112.55147.4499.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=21.10%
G=36.42%
B=42.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731261470.500.1400.42197.0333.6443.14
Hex497E9332E02Ac5222b
Octal11117622362160523054253
Binary10010011111110100100111100101110010101011000101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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