#497485

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

Shades of Jelly Bean #497485

Tints of Jelly Bean #497485

Color information

#497485 (or 0x497485) is unknown color: approx Jelly Bean. HEX triplet: 49, 74 and 85. RGB value is (73,116,133). Sum of RGB (Red+Green+Blue) = 73+116+133=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #497485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497485 is #B68B7A. Grayscale: #686868. Windows color (decimal): -11963259 or 8746057. OLE color: 8746057.

HSL color Cylindrical-coordinate representation of color #497485: hue angle of 197º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497485 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73116133-
CMYK0.450.1300.48
HSL197º29.13%40.39%-
HSV(B)197º45.11%52.16%-
XYZ13.2315.624.5-
YUV105.08143.75105.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=22.67%
G=36.02%
B=41.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731161330.450.1300.4819729.1340.39
Hex4974852DD030c51d28
Octal11116420555150603053550
Binary1001001111010010000101101101110101100001100010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497485; }

 p { color: rgb(73,116,133); }

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

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

 a { background-color: rgb(73,116,133); }

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

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

 span { border-color: rgb(73,116,133); }

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