Html Css Color HEX #497A5B Como

📋 copy color: '#497A5B'

red 73 ◦ green 122 ◦ blue 91

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

Shades of Como #497A5B

Tints of Como #497A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 25.52%
G = 42.66%
B = 31.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#497A5B (or 0x497A5B) is known color: Como. HEX triplet: 49, 7A and 5B. RGB value is (73,122,91). Sum of RGB (Red+Green+Blue) = 73+122+91=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #497A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A5B is #B685A4. Grayscale: #676767. Windows color (decimal): -11961765 or 5995081. OLE color: 5995081.

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

Color convert

RGB 73 122 91 -
CMYK 0.40 0 0.25 0.52
HSL 142.04º 0.25% 0.38% -
HSV(B) 142.04º 0.4% 0.48% -
XYZ 11.6 16.09 12.39 -
YUV 103.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 73 122 91 0.40 0 0.25 0.52 142.04 0.25 0.38
Hex 49 7A 5B 28 0 19 34 8E 19 26
Octal 111 172 133 50 0 31 64 216 31 46
Binary 1001001 1111010 1011011 101000 0 11001 110100 10001110 11001 100110

Color Harmonies of #497A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A5B

Black with #497A5B

Text Example


Text Example

White with #497A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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