Html Css Color HEX #497A5E Como

📋 copy color: '#497A5E'

red 73 ◦ green 122 ◦ blue 94

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

Shades of Como #497A5E

Tints of Como #497A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 25.26%
G = 42.21%
B = 32.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#497A5E (or 0x497A5E) is known color: Como. HEX triplet: 49, 7A and 5E. RGB value is (73,122,94). Sum of RGB (Red+Green+Blue) = 73+122+94=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #497A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A5E is #B685A1. Grayscale: #686868. Windows color (decimal): -11961762 or 6191689. OLE color: 6191689.

HSL color Cylindrical-coordinate representation of color #497A5E: hue angle of 145.71º 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 #497A5E is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 94 -
CMYK 0.40 0 0.23 0.52
HSL 145.71º 0.25% 0.38% -
HSV(B) 145.71º 0.4% 0.48% -
XYZ 11.73 16.14 13.09 -
YUV 104.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 73 122 94 0.40 0 0.23 0.52 145.71 0.25 0.38
Hex 49 7A 5E 28 0 17 34 92 19 26
Octal 111 172 136 50 0 27 64 222 31 46
Binary 1001001 1111010 1011110 101000 0 10111 110100 10010010 11001 100110

Color Harmonies of #497A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A5E

Black with #497A5E

Text Example


Text Example

White with #497A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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