#40696A

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

Shades of Tax Break #40696A

Tints of Tax Break #40696A

Color information

#40696A (or 0x40696A) is unknown color: approx Tax Break. HEX triplet: 40, 69 and 6A. RGB value is (64,105,106). Sum of RGB (Red+Green+Blue) = 64+105+106=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #40696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40696A is #BF9695. Grayscale: #5C5C5C. Windows color (decimal): -12555926 or 6973760. OLE color: 6973760.

HSL color Cylindrical-coordinate representation of color #40696A: hue angle of 181.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40696A is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB64105106-
CMYK0.400.0100.58
HSL181.43º24.71%33.33%-
HSV(B)181.43º39.62%41.57%-
XYZ9.7712.2315.48-
YUV92.86135.42107.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=23.27%
G=38.18%
B=38.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal641051060.400.0100.58181.4324.7133.33
Hex40696A28103Ab51921
Octal1001511525010722653141
Binary100000011010011101010101000101110101011010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,105,106); }

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

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

 a { background-color: rgb(64,105,106); }

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

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

 span { border-color: rgb(64,105,106); }

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