#466D6C

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

Shades of Tax Break #466D6C

Tints of Tax Break #466D6C

Color information

#466D6C (or 0x466D6C) is unknown color: approx Tax Break. HEX triplet: 46, 6D and 6C. RGB value is (70,109,108). Sum of RGB (Red+Green+Blue) = 70+109+108=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #466D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D6C is #B99293. Grayscale: #616161. Windows color (decimal): -12161684 or 7105862. OLE color: 7105862.

HSL color Cylindrical-coordinate representation of color #466D6C: hue angle of 178.46º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466D6C is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB70109108-
CMYK0.3600.010.57
HSL178.46º21.79%35.1%-
HSV(B)178.46º35.78%42.75%-
XYZ10.713.3216.19-
YUV97.22134.08108.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=24.39%
G=37.98%
B=37.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal701091080.3600.010.57178.4621.7935.1
Hex466D6C240139b21623
Octal1061551544401712622643
Binary100011011011011101100100100011110011011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466D6C; }

 p { color: rgb(70,109,108); }

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

<style>
 a { background-color: #466D6C; }

 a { background-color: rgb(70,109,108); }

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

<style>
 span { border-color: #466D6C; }

 span { border-color: rgb(70,109,108); }

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