#40676B

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

Shades of Tax Break #40676B

Tints of Tax Break #40676B

Color information

#40676B (or 0x40676B) is unknown color: approx Tax Break. HEX triplet: 40, 67 and 6B. RGB value is (64,103,107). Sum of RGB (Red+Green+Blue) = 64+103+107=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #40676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40676B is #BF9894. Grayscale: #5B5B5B. Windows color (decimal): -12556437 or 7038784. OLE color: 7038784.

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

Color convert

RGB64103107-
CMYK0.400.0400.58
HSL185.58º25.15%33.53%-
HSV(B)185.58º40.19%41.96%-
XYZ9.6211.8515.69-
YUV91.79136.58108.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=23.36%
G=37.59%
B=39.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal641031070.400.0400.58185.5825.1533.53
Hex40676B28403Aba1922
Octal1001471535040722723142
Binary10000001100111110101110100010001110101011101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40676B; }

 p { color: rgb(64,103,107); }

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

<style>
 a { background-color: #40676B; }

 a { background-color: rgb(64,103,107); }

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

<style>
 span { border-color: #40676B; }

 span { border-color: rgb(64,103,107); }

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