#406B70

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

Shades of Tax Break #406B70

Tints of Tax Break #406B70

Color information

#406B70 (or 0x406B70) is unknown color: approx Tax Break. HEX triplet: 40, 6B and 70. RGB value is (64,107,112). Sum of RGB (Red+Green+Blue) = 64+107+112=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #406B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B70 is #BF948F. Grayscale: #5E5E5E. Windows color (decimal): -12555408 or 7367488. OLE color: 7367488.

HSL color Cylindrical-coordinate representation of color #406B70: hue angle of 186.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406B70 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB64107112-
CMYK0.430.0400.56
HSL186.25º27.27%34.51%-
HSV(B)186.25º42.86%43.92%-
XYZ10.312.7817.25-
YUV94.71137.75106.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=22.61%
G=37.81%
B=39.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641071120.430.0400.56186.2527.2734.51
Hex406B702B4038ba1b23
Octal1001531605340702723343
Binary10000001101011111000010101110001110001011101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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