#466D71

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

Shades of Tax Break #466D71

Tints of Tax Break #466D71

Color information

#466D71 (or 0x466D71) is unknown color: approx Tax Break. HEX triplet: 46, 6D and 71. RGB value is (70,109,113). Sum of RGB (Red+Green+Blue) = 70+109+113=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #466D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D71 is #B9928E. Grayscale: #616161. Windows color (decimal): -12161679 or 7433542. OLE color: 7433542.

HSL color Cylindrical-coordinate representation of color #466D71: hue angle of 185.58º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466D71 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70109113-
CMYK0.380.0400.56
HSL185.58º23.5%35.88%-
HSV(B)185.58º38.05%44.31%-
XYZ10.9813.4317.64-
YUV97.8136.58108.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=23.97%
G=37.33%
B=38.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701091130.380.0400.56185.5823.535.88
Hex466D71264038ba1724
Octal1061551614640702722744
Binary10001101101101111000110011010001110001011101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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