#466565

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

Shades of Tax Break #466565

Tints of Tax Break #466565

Color information

#466565 (or 0x466565) is unknown color: approx Tax Break. HEX triplet: 46, 65 and 65. RGB value is (70,101,101). Sum of RGB (Red+Green+Blue) = 70+101+101=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #466565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466565 is #B99A9A. Grayscale: #5B5B5B. Windows color (decimal): -12163739 or 6645062. OLE color: 6645062.

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

Color convert

RGB70101101-
CMYK0.31000.60
HSL180º18.13%33.53%-
HSV(B)180º30.69%39.61%-
XYZ9.5311.5514.04-
YUV91.73133.23112.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=25.74%
G=37.13%
B=37.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal701011010.31000.6018018.1333.53
Hex4665651F003Cb41222
Octal1061451453700742642242
Binary10001101100101110010111111001111001011010010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466565; }

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

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

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

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

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

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

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

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