Html Css Color HEX #497E8D Jelly Bean

📋 copy color: '#497E8D'

red 73 ◦ green 126 ◦ blue 141

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

Shades of Jelly Bean #497E8D

Tints of Jelly Bean #497E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 21.47%
G = 37.06%
B = 41.47%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#497E8D (or 0x497E8D) is known color: Jelly Bean. HEX triplet: 49, 7E and 8D. RGB value is (73,126,141). Sum of RGB (Red+Green+Blue) = 73+126+141=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #497E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E8D is #B68172. Grayscale: #6F6F6F. Windows color (decimal): -11960691 or 9272905. OLE color: 9272905.

HSL color Cylindrical-coordinate representation of color #497E8D: hue angle of 193.24º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #497E8D is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 126 141 -
CMYK 0.48 0.11 0 0.45
HSL 193.24º 0.32% 0.42% -
HSV(B) 193.24º 0.48% 0.55% -
XYZ 15.02 18.26 27.93 -
YUV 111.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 73 126 141 0.48 0.11 0 0.45 193.24 0.32 0.42
Hex 49 7E 8D 30 B 0 2D C1 20 2A
Octal 111 176 215 60 13 0 55 301 40 52
Binary 1001001 1111110 10001101 110000 1011 0 101101 11000001 100000 101010

Color Harmonies of #497E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E8D

Black with #497E8D

Text Example


Text Example

White with #497E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497E8D; }

 p { color: rgb(73,126,141); }

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

background-color css

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

 a { background-color: rgb(73,126,141); }

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

border-color css

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

 span { border-color: rgb(73,126,141); }

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