Html Css Color HEX #497A5D Como

📋 copy color: '#497A5D'

red 73 ◦ green 122 ◦ blue 93

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

Shades of Como #497A5D

Tints of Como #497A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 25.35%
G = 42.36%
B = 32.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#497A5D (or 0x497A5D) is known color: Como. HEX triplet: 49, 7A and 5D. RGB value is (73,122,93). Sum of RGB (Red+Green+Blue) = 73+122+93=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #497A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A5D is #B685A2. Grayscale: #686868. Windows color (decimal): -11961763 or 6126153. OLE color: 6126153.

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

Color convert

RGB 73 122 93 -
CMYK 0.40 0 0.24 0.52
HSL 144.49º 0.25% 0.38% -
HSV(B) 144.49º 0.4% 0.48% -
XYZ 11.68 16.13 12.85 -
YUV 104.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 73 122 93 0.40 0 0.24 0.52 144.49 0.25 0.38
Hex 49 7A 5D 28 0 18 34 90 19 26
Octal 111 172 135 50 0 30 64 220 31 46
Binary 1001001 1111010 1011101 101000 0 11000 110100 10010000 11001 100110

Color Harmonies of #497A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A5D

Black with #497A5D

Text Example


Text Example

White with #497A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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