Html Css Color HEX #497F90 Jelly Bean

📋 copy color: '#497F90'

red 73 ◦ green 127 ◦ blue 144

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

Shades of Jelly Bean #497F90

Tints of Jelly Bean #497F90

RGB

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

 GREEN value IS 127 (50% from 255) = 36.92%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 21.22%
G = 36.92%
B = 41.86%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#497F90 (or 0x497F90) is known color: Jelly Bean. HEX triplet: 49, 7F and 90. RGB value is (73,127,144). Sum of RGB (Red+Green+Blue) = 73+127+144=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #497F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497F90 is #B6806F. Grayscale: #707070. Windows color (decimal): -11960432 or 9469769. OLE color: 9469769.

HSL color Cylindrical-coordinate representation of color #497F90: hue angle of 194.37º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497F90 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 127 144 -
CMYK 0.49 0.12 0 0.44
HSL 194.37º 0.33% 0.43% -
HSV(B) 194.37º 0.49% 0.56% -
XYZ 15.37 18.61 29.17 -
YUV 112.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 73 127 144 0.49 0.12 0 0.44 194.37 0.33 0.43
Hex 49 7F 90 31 C 0 2C C2 21 2B
Octal 111 177 220 61 14 0 54 302 41 53
Binary 1001001 1111111 10010000 110001 1100 0 101100 11000010 100001 101011

Color Harmonies of #497F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F90

Black with #497F90

Text Example


Text Example

White with #497F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,127,144); }

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

background-color css

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

 a { background-color: rgb(73,127,144); }

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

border-color css

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

 span { border-color: rgb(73,127,144); }

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