Html Css Color HEX #497A62 Como

📋 copy color: '#497A62'

red 73 ◦ green 122 ◦ blue 98

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

Shades of Como #497A62

Tints of Como #497A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.45%

R = 24.91%
G = 41.64%
B = 33.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#497A62 (or 0x497A62) is known color: Como. HEX triplet: 49, 7A and 62. RGB value is (73,122,98). Sum of RGB (Red+Green+Blue) = 73+122+98=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #497A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A62 is #B6859D. Grayscale: #686868. Windows color (decimal): -11961758 or 6453833. OLE color: 6453833.

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

Color convert

RGB 73 122 98 -
CMYK 0.40 0 0.20 0.52
HSL 150.61º 0.25% 0.38% -
HSV(B) 150.61º 0.4% 0.48% -
XYZ 11.91 16.22 14.06 -
YUV 104.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 73 122 98 0.40 0 0.20 0.52 150.61 0.25 0.38
Hex 49 7A 62 28 0 14 34 97 19 26
Octal 111 172 142 50 0 24 64 227 31 46
Binary 1001001 1111010 1100010 101000 0 10100 110100 10010111 11001 100110

Color Harmonies of #497A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A62

Black with #497A62

Text Example


Text Example

White with #497A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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