#497B99

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

Shades of Jelly Bean #497B99

Tints of Jelly Bean #497B99

Color information

#497B99 (or 0x497B99) is unknown color: approx Jelly Bean. HEX triplet: 49, 7B and 99. RGB value is (73,123,153). Sum of RGB (Red+Green+Blue) = 73+123+153=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #497B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B99 is #B68466. Grayscale: #6F6F6F. Windows color (decimal): -11961447 or 10058569. OLE color: 10058569.

HSL color Cylindrical-coordinate representation of color #497B99: hue angle of 202.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497B99 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB73123153-
CMYK0.520.2000.4
HSL202.5º35.4%44.31%-
HSV(B)202.5º52.29%60%-
XYZ15.5817.8832.77-
YUV111.47151.44100.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=20.92%
G=35.24%
B=43.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731231530.520.2000.4202.535.444.31
Hex497B993414028ca232c
Octal11117323164240503124354
Binary100100111110111001100111010010100010100011001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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