Html Css Color HEX #497F8D Jelly Bean

📋 copy color: '#497F8D'

red 73 ◦ green 127 ◦ blue 141

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

Shades of Jelly Bean #497F8D

Tints of Jelly Bean #497F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 37.24%

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

R = 21.41%
G = 37.24%
B = 41.35%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#497F8D (or 0x497F8D) is known color: Jelly Bean. HEX triplet: 49, 7F and 8D. RGB value is (73,127,141). Sum of RGB (Red+Green+Blue) = 73+127+141=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #497F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497F8D is #B68072. Grayscale: #707070. Windows color (decimal): -11960435 or 9273161. OLE color: 9273161.

HSL color Cylindrical-coordinate representation of color #497F8D: hue angle of 192.35º 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 #497F8D is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 127 141 -
CMYK 0.48 0.10 0 0.45
HSL 192.35º 0.32% 0.42% -
HSV(B) 192.35º 0.48% 0.55% -
XYZ 15.14 18.52 27.98 -
YUV 112.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 73 127 141 0.48 0.10 0 0.45 192.35 0.32 0.42
Hex 49 7F 8D 30 A 0 2D C0 20 2A
Octal 111 177 215 60 12 0 55 300 40 52
Binary 1001001 1111111 10001101 110000 1010 0 101101 11000000 100000 101010

Color Harmonies of #497F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F8D

Black with #497F8D

Text Example


Text Example

White with #497F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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