Html Css Color HEX #497D99 Jelly Bean

📋 copy color: '#497D99'

red 73 ◦ green 125 ◦ blue 153

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

Shades of Jelly Bean #497D99

Tints of Jelly Bean #497D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 20.8%
G = 35.61%
B = 43.59%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#497D99 (or 0x497D99) is known color: Jelly Bean. HEX triplet: 49, 7D and 99. RGB value is (73,125,153). Sum of RGB (Red+Green+Blue) = 73+125+153=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #497D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D99 is #B68266. Grayscale: #707070. Windows color (decimal): -11960935 or 10059081. OLE color: 10059081.

HSL color Cylindrical-coordinate representation of color #497D99: hue angle of 201º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497D99 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 125 153 -
CMYK 0.52 0.18 0 0.4
HSL 201º 0.35% 0.44% -
HSV(B) 201º 0.52% 0.6% -
XYZ 15.83 18.38 32.85 -
YUV 112.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 73 125 153 0.52 0.18 0 0.4 201 0.35 0.44
Hex 49 7D 99 34 12 0 28 C9 23 2C
Octal 111 175 231 64 22 0 50 311 43 54
Binary 1001001 1111101 10011001 110100 10010 0 101000 11001001 100011 101100

Color Harmonies of #497D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D99

Black with #497D99

Text Example


Text Example

White with #497D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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