#497A9C

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

Shades of Jelly Bean #497A9C

Tints of Jelly Bean #497A9C

Color information

#497A9C (or 0x497A9C) is unknown color: approx Jelly Bean. HEX triplet: 49, 7A and 9C. RGB value is (73,122,156). Sum of RGB (Red+Green+Blue) = 73+122+156=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #497A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A9C is #B68563. Grayscale: #6F6F6F. Windows color (decimal): -11961700 or 10254921. OLE color: 10254921.

HSL color Cylindrical-coordinate representation of color #497A9C: hue angle of 204.58º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #497A9C is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73122156-
CMYK0.530.2200.39
HSL204.58º36.24%44.9%-
HSV(B)204.58º53.21%61.18%-
XYZ15.7117.7434.05-
YUV111.22153.27100.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=20.80%
G=34.76%
B=44.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731221560.530.2200.39204.5836.2444.9
Hex497A9C3516027cd242d
Octal11117223465260473154455
Binary100100111110101001110011010110110010011111001101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,156); }

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

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

 a { background-color: rgb(73,122,156); }

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

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

 span { border-color: rgb(73,122,156); }

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