Html Css Color HEX #497560 Como

📋 copy color: '#497560'

red 73 ◦ green 117 ◦ blue 96

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

Shades of Como #497560

Tints of Como #497560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 25.52%
G = 40.91%
B = 33.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#497560 (or 0x497560) is known color: Como. HEX triplet: 49, 75 and 60. RGB value is (73,117,96). Sum of RGB (Red+Green+Blue) = 73+117+96=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #497560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497560 is #B68A9F. Grayscale: #656565. Windows color (decimal): -11963040 or 6321481. OLE color: 6321481.

HSL color Cylindrical-coordinate representation of color #497560: hue angle of 151.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497560 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 96 -
CMYK 0.38 0 0.18 0.54
HSL 151.36º 0.23% 0.37% -
HSV(B) 151.36º 0.38% 0.46% -
XYZ 11.22 14.98 13.37 -
YUV 101.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 73 117 96 0.38 0 0.18 0.54 151.36 0.23 0.37
Hex 49 75 60 26 0 12 36 97 17 25
Octal 111 165 140 46 0 22 66 227 27 45
Binary 1001001 1110101 1100000 100110 0 10010 110110 10010111 10111 100101

Color Harmonies of #497560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497560

Black with #497560

Text Example


Text Example

White with #497560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497560; }

 p { color: rgb(73,117,96); }

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

background-color css

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

 a { background-color: rgb(73,117,96); }

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

border-color css

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

 span { border-color: rgb(73,117,96); }

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