#466767

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

Shades of Tax Break #466767

Tints of Tax Break #466767

Color information

#466767 (or 0x466767) is unknown color: approx Tax Break. HEX triplet: 46, 67 and 67. RGB value is (70,103,103). Sum of RGB (Red+Green+Blue) = 70+103+103=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #466767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466767 is #B99898. Grayscale: #5D5D5D. Windows color (decimal): -12163225 or 6776646. OLE color: 6776646.

HSL color Cylindrical-coordinate representation of color #466767: hue angle of 180º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466767 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB70103103-
CMYK0.32000.60
HSL180º19.08%33.92%-
HSV(B)180º32.04%40.39%-
XYZ9.8211.9814.63-
YUV93.13133.57111.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=25.36%
G=37.32%
B=37.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal701031030.32000.6018019.0833.92
Hex46676720003Cb41322
Octal1061471474000742642342
Binary100011011001111100111100000001111001011010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466767; }

 p { color: rgb(70,103,103); }

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

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

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

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

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

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

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