Html Css Color HEX #496F5D Como

📋 copy color: '#496F5D'

red 73 ◦ green 111 ◦ blue 93

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

Shades of Como #496F5D

Tints of Como #496F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

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

R = 26.35%
G = 40.07%
B = 33.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#496F5D (or 0x496F5D) is known color: Como. HEX triplet: 49, 6F and 5D. RGB value is (73,111,93). Sum of RGB (Red+Green+Blue) = 73+111+93=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #496F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F5D is #B690A2. Grayscale: #616161. Windows color (decimal): -11964579 or 6123337. OLE color: 6123337.

HSL color Cylindrical-coordinate representation of color #496F5D: hue angle of 151.58º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F5D is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 93 -
CMYK 0.34 0 0.16 0.56
HSL 151.58º 0.21% 0.36% -
HSV(B) 151.58º 0.34% 0.44% -
XYZ 10.41 13.58 12.43 -
YUV 97.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 73 111 93 0.34 0 0.16 0.56 151.58 0.21 0.36
Hex 49 6F 5D 22 0 10 38 98 15 24
Octal 111 157 135 42 0 20 70 230 25 44
Binary 1001001 1101111 1011101 100010 0 10000 111000 10011000 10101 100100

Color Harmonies of #496F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F5D

Black with #496F5D

Text Example


Text Example

White with #496F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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