Html Css Color HEX #497590 Jelly Bean

📋 copy color: '#497590'

red 73 ◦ green 117 ◦ blue 144

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

Shades of Jelly Bean #497590

Tints of Jelly Bean #497590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 21.86%
G = 35.03%
B = 43.11%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#497590 (or 0x497590) is known color: Jelly Bean. HEX triplet: 49, 75 and 90. RGB value is (73,117,144). Sum of RGB (Red+Green+Blue) = 73+117+144=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #497590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497590 is #B68A6F. Grayscale: #6A6A6A. Windows color (decimal): -11962992 or 9467209. OLE color: 9467209.

HSL color Cylindrical-coordinate representation of color #497590: hue angle of 202.82º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497590 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 117 144 -
CMYK 0.49 0.19 0 0.44
HSL 202.82º 0.33% 0.43% -
HSV(B) 202.82º 0.49% 0.56% -
XYZ 14.14 16.15 28.76 -
YUV 106.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 73 117 144 0.49 0.19 0 0.44 202.82 0.33 0.43
Hex 49 75 90 31 13 0 2C CB 21 2B
Octal 111 165 220 61 23 0 54 313 41 53
Binary 1001001 1110101 10010000 110001 10011 0 101100 11001011 100001 101011

Color Harmonies of #497590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497590

Black with #497590

Text Example


Text Example

White with #497590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497590; }

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

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

background-color css

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

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

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

border-color css

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

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

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