Html Css Color HEX #496E70 Tax Break

📋 copy color: '#496E70'

red 73 ◦ green 110 ◦ blue 112

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

Shades of Tax Break #496E70

Tints of Tax Break #496E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.29%

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 24.75%
G = 37.29%
B = 37.97%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496E70 (or 0x496E70) is known color: Tax Break. HEX triplet: 49, 6E and 70. RGB value is (73,110,112). Sum of RGB (Red+Green+Blue) = 73+110+112=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #496E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496E70 is #B6918F. Grayscale: #636363. Windows color (decimal): -11964816 or 7368265. OLE color: 7368265.

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

Color convert

RGB 73 110 112 -
CMYK 0.35 0.02 0 0.56
HSL 183.08º 0.21% 0.36% -
HSV(B) 183.08º 0.35% 0.44% -
XYZ 11.25 13.74 17.39 -
YUV 99.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 73 110 112 0.35 0.02 0 0.56 183.08 0.21 0.36
Hex 49 6E 70 23 2 0 38 B7 15 24
Octal 111 156 160 43 2 0 70 267 25 44
Binary 1001001 1101110 1110000 100011 10 0 111000 10110111 10101 100100

Color Harmonies of #496E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E70

Black with #496E70

Text Example


Text Example

White with #496E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,110,112); }

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

background-color css

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

 a { background-color: rgb(73,110,112); }

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

border-color css

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

 span { border-color: rgb(73,110,112); }

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