Html Css Color HEX #497D5C Como

📋 copy color: '#497D5C'

red 73 ◦ green 125 ◦ blue 92

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

Shades of Como #497D5C

Tints of Como #497D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 25.17%
G = 43.1%
B = 31.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#497D5C (or 0x497D5C) is known color: Como. HEX triplet: 49, 7D and 5C. RGB value is (73,125,92). Sum of RGB (Red+Green+Blue) = 73+125+92=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 125 - color contains mainly: green. Hex color #497D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D5C is #B682A3. Grayscale: #696969. Windows color (decimal): -11960996 or 6061385. OLE color: 6061385.

HSL color Cylindrical-coordinate representation of color #497D5C: hue angle of 141.92º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D5C is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 92 -
CMYK 0.42 0 0.26 0.51
HSL 141.92º 0.26% 0.39% -
HSV(B) 141.92º 0.42% 0.49% -
XYZ 12.01 16.86 12.75 -
YUV 105.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 73 125 92 0.42 0 0.26 0.51 141.92 0.26 0.39
Hex 49 7D 5C 2A 0 1A 33 8E 1A 27
Octal 111 175 134 52 0 32 63 216 32 47
Binary 1001001 1111101 1011100 101010 0 11010 110011 10001110 11010 100111

Color Harmonies of #497D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D5C

Black with #497D5C

Text Example


Text Example

White with #497D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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