Html Css Color HEX #497697 Jelly Bean

📋 copy color: '#497697'

red 73 ◦ green 118 ◦ blue 151

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

Shades of Jelly Bean #497697

Tints of Jelly Bean #497697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 151 (59.38% from 255) = 44.15%

R = 21.35%
G = 34.5%
B = 44.15%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#497697 (or 0x497697) is known color: Jelly Bean. HEX triplet: 49, 76 and 97. RGB value is (73,118,151). Sum of RGB (Red+Green+Blue) = 73+118+151=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #497697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497697 is #B68968. Grayscale: #6C6C6C. Windows color (decimal): -11962729 or 9926217. OLE color: 9926217.

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

Color convert

RGB 73 118 151 -
CMYK 0.52 0.22 0 0.41
HSL 205.38º 0.35% 0.44% -
HSV(B) 205.38º 0.52% 0.59% -
XYZ 14.81 16.61 31.7 -
YUV 108.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 73 118 151 0.52 0.22 0 0.41 205.38 0.35 0.44
Hex 49 76 97 34 16 0 29 CD 23 2C
Octal 111 166 227 64 26 0 51 315 43 54
Binary 1001001 1110110 10010111 110100 10110 0 101001 11001101 100011 101100

Color Harmonies of #497697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497697

Black with #497697

Text Example


Text Example

White with #497697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497697; }

 p { color: rgb(73,118,151); }

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

background-color css

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

 a { background-color: rgb(73,118,151); }

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

border-color css

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

 span { border-color: rgb(73,118,151); }

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