Html Css Color HEX #497D8C Jelly Bean

📋 copy color: '#497D8C'

red 73 ◦ green 125 ◦ blue 140

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

Shades of Jelly Bean #497D8C

Tints of Jelly Bean #497D8C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 21.6%
G = 36.98%
B = 41.42%

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

#497D8C (or 0x497D8C) is known color: Jelly Bean. HEX triplet: 49, 7D and 8C. RGB value is (73,125,140). Sum of RGB (Red+Green+Blue) = 73+125+140=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #497D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D8C is #B68273. Grayscale: #6F6F6F. Windows color (decimal): -11960948 or 9207113. OLE color: 9207113.

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

Color convert

RGB 73 125 140 -
CMYK 0.48 0.11 0 0.45
HSL 193.43º 0.31% 0.42% -
HSV(B) 193.43º 0.48% 0.55% -
XYZ 14.81 17.98 27.5 -
YUV 111.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 73 125 140 0.48 0.11 0 0.45 193.43 0.31 0.42
Hex 49 7D 8C 30 B 0 2D C1 1F 2A
Octal 111 175 214 60 13 0 55 301 37 52
Binary 1001001 1111101 10001100 110000 1011 0 101101 11000001 11111 101010

Color Harmonies of #497D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D8C

Black with #497D8C

Text Example


Text Example

White with #497D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,125,140); }

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

background-color css

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

 a { background-color: rgb(73,125,140); }

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

border-color css

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

 span { border-color: rgb(73,125,140); }

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