Html Css Color HEX #497595 Jelly Bean

📋 copy color: '#497595'

red 73 ◦ green 117 ◦ blue 149

#497595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #497595

Tints of Jelly Bean #497595

RGB

 RED value IS 73 (28.91% from 255) = 21.53%

 GREEN value IS 117 (46.09% from 255) = 34.51%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 21.53%
G = 34.51%
B = 43.95%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497595 (or 0x497595) is known color: Jelly Bean. HEX triplet: 49, 75 and 95. RGB value is (73,117,149). Sum of RGB (Red+Green+Blue) = 73+117+149=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #497595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497595 is #B68A6A. Grayscale: #6B6B6B. Windows color (decimal): -11962987 or 9794889. OLE color: 9794889.

HSL color Cylindrical-coordinate representation of color #497595: hue angle of 205.26º 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 #497595 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 117 149 -
CMYK 0.51 0.21 0 0.42
HSL 205.26º 0.34% 0.44% -
HSV(B) 205.26º 0.51% 0.58% -
XYZ 14.53 16.31 30.82 -
YUV 107.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 73 117 149 0.51 0.21 0 0.42 205.26 0.34 0.44
Hex 49 75 95 33 15 0 2A CD 22 2C
Octal 111 165 225 63 25 0 52 315 42 54
Binary 1001001 1110101 10010101 110011 10101 0 101010 11001101 100010 101100

Color Harmonies of #497595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497595

Black with #497595

Text Example


Text Example

White with #497595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497595; }

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

 H1.HeaderClassName
 {
   color: #497595;
 }
 .AnyTagClassName
 {
   color: #497595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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