#466363

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

Shades of Tax Break #466363

Tints of Tax Break #466363

Color information

#466363 (or 0x466363) is unknown color: approx Tax Break. HEX triplet: 46, 63 and 63. RGB value is (70,99,99). Sum of RGB (Red+Green+Blue) = 70+99+99=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #466363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466363 is #B99C9C. Grayscale: #5A5A5A. Windows color (decimal): -12164253 or 6513478. OLE color: 6513478.

HSL color Cylindrical-coordinate representation of color #466363: hue angle of 180º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466363 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB709999-
CMYK0.29000.61
HSL180º17.16%33.14%-
HSV(B)180º29.29%38.82%-
XYZ9.2411.1313.47-
YUV90.33132.89113.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=26.12%
G=36.94%
B=36.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099990.29000.6118017.1633.14
Hex4663631D003Db41121
Octal1061431433500752642141
Binary10001101100011110001111101001111011011010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466363; }

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

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

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

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

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

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

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

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