Html Css Color HEX #497699 Jelly Bean

📋 copy color: '#497699'

red 73 ◦ green 118 ◦ blue 153

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

Shades of Jelly Bean #497699

Tints of Jelly Bean #497699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 21.22%
G = 34.3%
B = 44.48%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#497699 (or 0x497699) is known color: Jelly Bean. HEX triplet: 49, 76 and 99. RGB value is (73,118,153). Sum of RGB (Red+Green+Blue) = 73+118+153=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #497699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497699 is #B68966. Grayscale: #6C6C6C. Windows color (decimal): -11962727 or 10057289. OLE color: 10057289.

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

Color convert

RGB 73 118 153 -
CMYK 0.52 0.23 0 0.4
HSL 206.25º 0.35% 0.44% -
HSV(B) 206.25º 0.52% 0.6% -
XYZ 14.98 16.67 32.57 -
YUV 108.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 73 118 153 0.52 0.23 0 0.4 206.25 0.35 0.44
Hex 49 76 99 34 17 0 28 CE 23 2C
Octal 111 166 231 64 27 0 50 316 43 54
Binary 1001001 1110110 10011001 110100 10111 0 101000 11001110 100011 101100

Color Harmonies of #497699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497699

Black with #497699

Text Example


Text Example

White with #497699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497699; }

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

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

background-color css

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

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

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

border-color css

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

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

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