Html Css Color HEX #49676A Tax Break

📋 copy color: '#49676A'

red 73 ◦ green 103 ◦ blue 106

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

Shades of Tax Break #49676A

Tints of Tax Break #49676A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 25.89%
G = 36.52%
B = 37.59%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49676A (or 0x49676A) is known color: Tax Break. HEX triplet: 49, 67 and 6A. RGB value is (73,103,106). Sum of RGB (Red+Green+Blue) = 73+103+106=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #49676A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49676A is #B69895. Grayscale: #5E5E5E. Windows color (decimal): -11966614 or 6973257. OLE color: 6973257.

HSL color Cylindrical-coordinate representation of color #49676A: hue angle of 185.45º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49676A is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 103 106 -
CMYK 0.31 0.03 0 0.58
HSL 185.45º 0.18% 0.35% -
HSV(B) 185.45º 0.31% 0.42% -
XYZ 10.2 12.16 15.44 -
YUV 94.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 73 103 106 0.31 0.03 0 0.58 185.45 0.18 0.35
Hex 49 67 6A 1F 3 0 3A B9 12 23
Octal 111 147 152 37 3 0 72 271 22 43
Binary 1001001 1100111 1101010 11111 11 0 111010 10111001 10010 100011

Color Harmonies of #49676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49676A

Black with #49676A

Text Example


Text Example

White with #49676A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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