Html Css Color HEX #497D8D Jelly Bean

📋 copy color: '#497D8D'

red 73 ◦ green 125 ◦ blue 141

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

Shades of Jelly Bean #497D8D

Tints of Jelly Bean #497D8D

RGB

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

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

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

R = 21.53%
G = 36.87%
B = 41.59%

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

#497D8D (or 0x497D8D) is known color: Jelly Bean. HEX triplet: 49, 7D and 8D. RGB value is (73,125,141). Sum of RGB (Red+Green+Blue) = 73+125+141=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #497D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D8D is #B68272. Grayscale: #6F6F6F. Windows color (decimal): -11960947 or 9272649. OLE color: 9272649.

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

Color convert

RGB 73 125 141 -
CMYK 0.48 0.11 0 0.45
HSL 194.12º 0.32% 0.42% -
HSV(B) 194.12º 0.48% 0.55% -
XYZ 14.89 18.01 27.89 -
YUV 111.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 73 125 141 0.48 0.11 0 0.45 194.12 0.32 0.42
Hex 49 7D 8D 30 B 0 2D C2 20 2A
Octal 111 175 215 60 13 0 55 302 40 52
Binary 1001001 1111101 10001101 110000 1011 0 101101 11000010 100000 101010

Color Harmonies of #497D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D8D

Black with #497D8D

Text Example


Text Example

White with #497D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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