#497985

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

Shades of Jelly Bean #497985

Tints of Jelly Bean #497985

Color information

#497985 (or 0x497985) is unknown color: approx Jelly Bean. HEX triplet: 49, 79 and 85. RGB value is (73,121,133). Sum of RGB (Red+Green+Blue) = 73+121+133=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #497985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497985 is #B6867A. Grayscale: #6B6B6B. Windows color (decimal): -11961979 or 8747337. OLE color: 8747337.

HSL color Cylindrical-coordinate representation of color #497985: hue angle of 192º 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 #497985 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73121133-
CMYK0.450.0900.48
HSL192º29.13%40.39%-
HSV(B)192º45.11%52.16%-
XYZ13.8216.7824.7-
YUV108.02142.1103.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=22.32%
G=37.00%
B=40.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731211330.450.0900.4819229.1340.39
Hex4979852D9030c01d28
Octal11117120555110603003550
Binary1001001111100110000101101101100101100001100000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497985; }

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

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

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

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

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

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

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

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