#496B6D

Color #496B6D Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #496B6D

Tints of Tax Break #496B6D

Color information

#496B6D (or 0x496B6D) is unknown color: approx Tax Break. HEX triplet: 49, 6B and 6D. RGB value is (73,107,109). Sum of RGB (Red+Green+Blue) = 73+107+109=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #496B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B6D is #B69492. Grayscale: #616161. Windows color (decimal): -11965587 or 7170889. OLE color: 7170889.

HSL color Cylindrical-coordinate representation of color #496B6D: hue angle of 183.33º 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 #496B6D is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB73107109-
CMYK0.330.0200.57
HSL183.33º19.78%35.69%-
HSV(B)183.33º33.03%42.75%-
XYZ10.7713.0416.42-
YUV97.06134.74110.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=25.26%
G=37.02%
B=37.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal731071090.330.0200.57183.3319.7835.69
Hex496B6D212039b71424
Octal1111531554120712672444
Binary1001001110101111011011000011001110011011011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #496B6D;
 }
 .AnyTagClassName
 {
   color: #496B6D;
 }
</style>
background-color css

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

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

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

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

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

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