#466A68

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

Shades of Tax Break #466A68

Tints of Tax Break #466A68

Color information

#466A68 (or 0x466A68) is unknown color: approx Tax Break. HEX triplet: 46, 6A and 68. RGB value is (70,106,104). Sum of RGB (Red+Green+Blue) = 70+106+104=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #466A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A68 is #B99597. Grayscale: #5E5E5E. Windows color (decimal): -12162456 or 6842950. OLE color: 6842950.

HSL color Cylindrical-coordinate representation of color #466A68: hue angle of 176.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A68 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB70106104-
CMYK0.3400.020.58
HSL176.67º20.45%34.51%-
HSV(B)176.67º33.96%41.57%-
XYZ10.1812.6114.99-
YUV95.01133.07110.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=25%
G=37.86%
B=37.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal701061040.3400.020.58176.6720.4534.51
Hex466A6822023Ab11423
Octal1061521504202722612443
Binary1000110110101011010001000100101110101011000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,106,104); }

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

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

 a { background-color: rgb(70,106,104); }

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

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

 span { border-color: rgb(70,106,104); }

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