#497995

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

Shades of Jelly Bean #497995

Tints of Jelly Bean #497995

Color information

#497995 (or 0x497995) is unknown color: approx Jelly Bean. HEX triplet: 49, 79 and 95. RGB value is (73,121,149). Sum of RGB (Red+Green+Blue) = 73+121+149=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #497995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497995 is #B6866A. Grayscale: #6D6D6D. Windows color (decimal): -11961963 or 9795913. OLE color: 9795913.

HSL color Cylindrical-coordinate representation of color #497995: hue angle of 202.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497995 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73121149-
CMYK0.510.1900.42
HSL202.11º34.23%43.53%-
HSV(B)202.11º51.01%58.43%-
XYZ15.0117.2630.97-
YUV109.84150.1101.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=21.28%
G=35.28%
B=43.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731211490.510.1900.42202.1134.2343.53
Hex497995331302Aca222c
Octal11117122563230523124254
Binary100100111110011001010111001110011010101011001010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497995; }

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

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

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

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

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

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

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

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