#497B8C

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

Shades of Jelly Bean #497B8C

Tints of Jelly Bean #497B8C

Color information

#497B8C (or 0x497B8C) is unknown color: approx Jelly Bean. HEX triplet: 49, 7B and 8C. RGB value is (73,123,140). Sum of RGB (Red+Green+Blue) = 73+123+140=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #497B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B8C is #B68473. Grayscale: #6D6D6D. Windows color (decimal): -11961460 or 9206601. OLE color: 9206601.

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

Color convert

RGB73123140-
CMYK0.480.1200.45
HSL195.22º31.46%41.76%-
HSV(B)195.22º47.86%54.9%-
XYZ14.5617.4827.42-
YUV109.99144.94101.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=21.73%
G=36.61%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731231400.480.1200.45195.2231.4641.76
Hex497B8C30C02Dc31f2a
Octal11117321460140553033752
Binary1001001111101110001100110000110001011011100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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