#497B95

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

Shades of Jelly Bean #497B95

Tints of Jelly Bean #497B95

Color information

#497B95 (or 0x497B95) is unknown color: approx Jelly Bean. HEX triplet: 49, 7B and 95. RGB value is (73,123,149). Sum of RGB (Red+Green+Blue) = 73+123+149=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #497B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B95 is #B6846A. Grayscale: #6E6E6E. Windows color (decimal): -11961451 or 9796425. OLE color: 9796425.

HSL color Cylindrical-coordinate representation of color #497B95: hue angle of 200.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497B95 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73123149-
CMYK0.510.1700.42
HSL200.53º34.23%43.53%-
HSV(B)200.53º51.01%58.43%-
XYZ15.2617.7531.06-
YUV111.01149.44100.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=21.16%
G=35.65%
B=43.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731231490.510.1700.42200.5334.2343.53
Hex497B95331102Ac9222c
Octal11117322563210523114254
Binary100100111110111001010111001110001010101011001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,123,149); }

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

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

 a { background-color: rgb(73,123,149); }

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

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

 span { border-color: rgb(73,123,149); }

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