#406B6A

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

Shades of Tax Break #406B6A

Tints of Tax Break #406B6A

Color information

#406B6A (or 0x406B6A) is unknown color: approx Tax Break. HEX triplet: 40, 6B and 6A. RGB value is (64,107,106). Sum of RGB (Red+Green+Blue) = 64+107+106=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #406B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B6A is #BF9495. Grayscale: #5D5D5D. Windows color (decimal): -12555414 or 6974272. OLE color: 6974272.

HSL color Cylindrical-coordinate representation of color #406B6A: hue angle of 178.6º 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 #406B6A is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB64107106-
CMYK0.4000.010.58
HSL178.6º25.15%33.53%-
HSV(B)178.6º40.19%41.96%-
XYZ9.9712.6515.55-
YUV94.03134.75106.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=23.10%
G=38.63%
B=38.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal641071060.4000.010.58178.625.1533.53
Hex406B6A28013Ab31922
Octal1001531525001722633142
Binary100000011010111101010101000011110101011001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406B6A; }

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

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

<style>
 a { background-color: #406B6A; }

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

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

<style>
 span { border-color: #406B6A; }

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

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