Html Css Color HEX #497A63 Como

📋 copy color: '#497A63'

red 73 ◦ green 122 ◦ blue 99

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

Shades of Como #497A63

Tints of Como #497A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 24.83%
G = 41.5%
B = 33.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#497A63 (or 0x497A63) is known color: Como. HEX triplet: 49, 7A and 63. RGB value is (73,122,99). Sum of RGB (Red+Green+Blue) = 73+122+99=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #497A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A63 is #B6859C. Grayscale: #686868. Windows color (decimal): -11961757 or 6519369. OLE color: 6519369.

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

Color convert

RGB 73 122 99 -
CMYK 0.40 0 0.19 0.52
HSL 151.84º 0.25% 0.38% -
HSV(B) 151.84º 0.4% 0.48% -
XYZ 11.96 16.24 14.31 -
YUV 104.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 73 122 99 0.40 0 0.19 0.52 151.84 0.25 0.38
Hex 49 7A 63 28 0 13 34 98 19 26
Octal 111 172 143 50 0 23 64 230 31 46
Binary 1001001 1111010 1100011 101000 0 10011 110100 10011000 11001 100110

Color Harmonies of #497A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A63

Black with #497A63

Text Example


Text Example

White with #497A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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