Html Css Color HEX #497A5A Como

📋 copy color: '#497A5A'

red 73 ◦ green 122 ◦ blue 90

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

Shades of Como #497A5A

Tints of Como #497A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.81%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 25.61%
G = 42.81%
B = 31.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#497A5A (or 0x497A5A) is known color: Como. HEX triplet: 49, 7A and 5A. RGB value is (73,122,90). Sum of RGB (Red+Green+Blue) = 73+122+90=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #497A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A5A is #B685A5. Grayscale: #676767. Windows color (decimal): -11961766 or 5929545. OLE color: 5929545.

HSL color Cylindrical-coordinate representation of color #497A5A: hue angle of 140.82º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A5A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 90 -
CMYK 0.40 0 0.26 0.52
HSL 140.82º 0.25% 0.38% -
HSV(B) 140.82º 0.4% 0.48% -
XYZ 11.55 16.07 12.17 -
YUV 103.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 73 122 90 0.40 0 0.26 0.52 140.82 0.25 0.38
Hex 49 7A 5A 28 0 1A 34 8D 19 26
Octal 111 172 132 50 0 32 64 215 31 46
Binary 1001001 1111010 1011010 101000 0 11010 110100 10001101 11001 100110

Color Harmonies of #497A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A5A

Black with #497A5A

Text Example


Text Example

White with #497A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,122,90); }

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

background-color css

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

 a { background-color: rgb(73,122,90); }

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

border-color css

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

 span { border-color: rgb(73,122,90); }

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