Html Css Color HEX #497D93 Jelly Bean

📋 copy color: '#497D93'

red 73 ◦ green 125 ◦ blue 147

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

Shades of Jelly Bean #497D93

Tints of Jelly Bean #497D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 21.16%
G = 36.23%
B = 42.61%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497D93 (or 0x497D93) is known color: Jelly Bean. HEX triplet: 49, 7D and 93. RGB value is (73,125,147). Sum of RGB (Red+Green+Blue) = 73+125+147=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #497D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D93 is #B6826C. Grayscale: #6F6F6F. Windows color (decimal): -11960941 or 9665865. OLE color: 9665865.

HSL color Cylindrical-coordinate representation of color #497D93: hue angle of 197.84º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497D93 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 125 147 -
CMYK 0.50 0.15 0 0.42
HSL 197.84º 0.34% 0.43% -
HSV(B) 197.84º 0.5% 0.58% -
XYZ 15.35 18.19 30.31 -
YUV 111.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 73 125 147 0.50 0.15 0 0.42 197.84 0.34 0.43
Hex 49 7D 93 32 F 0 2A C6 22 2B
Octal 111 175 223 62 17 0 52 306 42 53
Binary 1001001 1111101 10010011 110010 1111 0 101010 11000110 100010 101011

Color Harmonies of #497D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D93

Black with #497D93

Text Example


Text Example

White with #497D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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