Html Css Color HEX #49676D Tax Break

📋 copy color: '#49676D'

red 73 ◦ green 103 ◦ blue 109

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

Shades of Tax Break #49676D

Tints of Tax Break #49676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.14%

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 25.61%
G = 36.14%
B = 38.25%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49676D (or 0x49676D) is known color: Tax Break. HEX triplet: 49, 67 and 6D. RGB value is (73,103,109). Sum of RGB (Red+Green+Blue) = 73+103+109=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #49676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49676D is #B69892. Grayscale: #5E5E5E. Windows color (decimal): -11966611 or 7169865. OLE color: 7169865.

HSL color Cylindrical-coordinate representation of color #49676D: hue angle of 190º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49676D is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 103 109 -
CMYK 0.33 0.06 0 0.57
HSL 190º 0.2% 0.36% -
HSV(B) 190º 0.33% 0.43% -
XYZ 10.36 12.22 16.28 -
YUV 94.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 73 103 109 0.33 0.06 0 0.57 190 0.2 0.36
Hex 49 67 6D 21 6 0 39 BE 14 24
Octal 111 147 155 41 6 0 71 276 24 44
Binary 1001001 1100111 1101101 100001 110 0 111001 10111110 10100 100100

Color Harmonies of #49676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49676D

Black with #49676D

Text Example


Text Example

White with #49676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49676D; }

 p { color: rgb(73,103,109); }

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

background-color css

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

 a { background-color: rgb(73,103,109); }

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

border-color css

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

 span { border-color: rgb(73,103,109); }

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