Html Css Color HEX #497460 Como

📋 copy color: '#497460'

red 73 ◦ green 116 ◦ blue 96

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

Shades of Como #497460

Tints of Como #497460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

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

R = 25.61%
G = 40.7%
B = 33.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#497460 (or 0x497460) is known color: Como. HEX triplet: 49, 74 and 60. RGB value is (73,116,96). Sum of RGB (Red+Green+Blue) = 73+116+96=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #497460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497460 is #B68B9F. Grayscale: #646464. Windows color (decimal): -11963296 or 6321225. OLE color: 6321225.

HSL color Cylindrical-coordinate representation of color #497460: hue angle of 152.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497460 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 96 -
CMYK 0.37 0 0.17 0.55
HSL 152.09º 0.23% 0.37% -
HSV(B) 152.09º 0.37% 0.45% -
XYZ 11.1 14.75 13.33 -
YUV 100.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 73 116 96 0.37 0 0.17 0.55 152.09 0.23 0.37
Hex 49 74 60 25 0 11 37 98 17 25
Octal 111 164 140 45 0 21 67 230 27 45
Binary 1001001 1110100 1100000 100101 0 10001 110111 10011000 10111 100101

Color Harmonies of #497460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497460

Black with #497460

Text Example


Text Example

White with #497460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497460; }

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

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

background-color css

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

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

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

border-color css

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

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

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