Html Css Color HEX #497D8A Jelly Bean

📋 copy color: '#497D8A'

red 73 ◦ green 125 ◦ blue 138

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

Shades of Jelly Bean #497D8A

Tints of Jelly Bean #497D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 21.73%
G = 37.2%
B = 41.07%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#497D8A (or 0x497D8A) is known color: Jelly Bean. HEX triplet: 49, 7D and 8A. RGB value is (73,125,138). Sum of RGB (Red+Green+Blue) = 73+125+138=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #497D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D8A is #B68275. Grayscale: #6E6E6E. Windows color (decimal): -11960950 or 9076041. OLE color: 9076041.

HSL color Cylindrical-coordinate representation of color #497D8A: hue angle of 192º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #497D8A is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 125 138 -
CMYK 0.47 0.09 0 0.46
HSL 192º 0.31% 0.41% -
HSV(B) 192º 0.47% 0.54% -
XYZ 14.67 17.92 26.73 -
YUV 110.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 73 125 138 0.47 0.09 0 0.46 192 0.31 0.41
Hex 49 7D 8A 2F 9 0 2E C0 1F 29
Octal 111 175 212 57 11 0 56 300 37 51
Binary 1001001 1111101 10001010 101111 1001 0 101110 11000000 11111 101001

Color Harmonies of #497D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D8A

Black with #497D8A

Text Example


Text Example

White with #497D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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