#466361

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

Shades of Tax Break #466361

Tints of Tax Break #466361

Color information

#466361 (or 0x466361) is unknown color: approx Tax Break. HEX triplet: 46, 63 and 61. RGB value is (70,99,97). Sum of RGB (Red+Green+Blue) = 70+99+97=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #466361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466361 is #B99C9E. Grayscale: #5A5A5A. Windows color (decimal): -12164255 or 6382406. OLE color: 6382406.

HSL color Cylindrical-coordinate representation of color #466361: hue angle of 175.86º 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 #466361 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB709997-
CMYK0.2900.020.61
HSL175.86º17.16%33.14%-
HSV(B)175.86º29.29%38.82%-
XYZ9.1511.0912.97-
YUV90.1131.89113.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=26.32%
G=37.22%
B=36.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099970.2900.020.61175.8617.1633.14
Hex4663611D023Db01121
Octal1061431413502752602141
Binary100011011000111100001111010101111011011000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466361; }

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

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

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

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

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

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

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

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