Html Css Color HEX #497996 Jelly Bean

📋 copy color: '#497996'

red 73 ◦ green 121 ◦ blue 150

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

Shades of Jelly Bean #497996

Tints of Jelly Bean #497996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 21.22%
G = 35.17%
B = 43.6%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#497996 (or 0x497996) is known color: Jelly Bean. HEX triplet: 49, 79 and 96. RGB value is (73,121,150). Sum of RGB (Red+Green+Blue) = 73+121+150=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #497996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497996 is #B68669. Grayscale: #6D6D6D. Windows color (decimal): -11961962 or 9861449. OLE color: 9861449.

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

Color convert

RGB 73 121 150 -
CMYK 0.51 0.19 0 0.41
HSL 202.6º 0.35% 0.44% -
HSV(B) 202.6º 0.51% 0.59% -
XYZ 15.09 17.29 31.4 -
YUV 109.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 73 121 150 0.51 0.19 0 0.41 202.6 0.35 0.44
Hex 49 79 96 33 13 0 29 CB 23 2C
Octal 111 171 226 63 23 0 51 313 43 54
Binary 1001001 1111001 10010110 110011 10011 0 101001 11001011 100011 101100

Color Harmonies of #497996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497996

Black with #497996

Text Example


Text Example

White with #497996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497996; }

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

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

background-color css

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

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

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

border-color css

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

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

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