Html Css Color HEX #496C70 Tax Break

📋 copy color: '#496C70'

red 73 ◦ green 108 ◦ blue 112

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

Shades of Tax Break #496C70

Tints of Tax Break #496C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.86%

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

R = 24.91%
G = 36.86%
B = 38.23%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496C70 (or 0x496C70) is known color: Tax Break. HEX triplet: 49, 6C and 70. RGB value is (73,108,112). Sum of RGB (Red+Green+Blue) = 73+108+112=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #496C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C70 is #B6938F. Grayscale: #616161. Windows color (decimal): -11965328 or 7367753. OLE color: 7367753.

HSL color Cylindrical-coordinate representation of color #496C70: hue angle of 186.15º 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 #496C70 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 108 112 -
CMYK 0.35 0.04 0 0.56
HSL 186.15º 0.21% 0.36% -
HSV(B) 186.15º 0.35% 0.44% -
XYZ 11.03 13.31 17.32 -
YUV 97.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 73 108 112 0.35 0.04 0 0.56 186.15 0.21 0.36
Hex 49 6C 70 23 4 0 38 BA 15 24
Octal 111 154 160 43 4 0 70 272 25 44
Binary 1001001 1101100 1110000 100011 100 0 111000 10111010 10101 100100

Color Harmonies of #496C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C70

Black with #496C70

Text Example


Text Example

White with #496C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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